initial setup

This commit is contained in:
2026-08-02 15:52:44 +10:00
parent 3087bb6f20
commit 87208566fc
8 changed files with 101 additions and 0 deletions

8
src/function.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __GRAVITY_FUNCTION_H
#define __GRAVITY_FUNCTION_H
typedef struct {
} GravityIRFunction;
#endif