summaryrefslogtreecommitdiff
path: root/src/systems/grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/grid.h')
-rw-r--r--src/systems/grid.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/systems/grid.h b/src/systems/grid.h
index 7d983dc..d8bc567 100644
--- a/src/systems/grid.h
+++ b/src/systems/grid.h
@@ -11,10 +11,11 @@ typedef struct Grid_Storage {
} Grid_Storage;
// --- Public API
-void Grid_Init(Grid_Storage* storage);
+PUB void Grid_Init(Grid_Storage* storage);
// void Grid_Shutdown(Grid_Storage* storage);
-void Grid_Draw(Grid_Storage* storage);
+PUB void Grid_Draw();
// --- Internal
+void Grid_Execute(Grid_Storage* storage);
// typedef struct GridUniforms {} GridUniforms;
// ShaderDataLayout GridUniforms_GetLayout(void* data); \ No newline at end of file