diff options
Diffstat (limited to '')
-rw-r--r-- | src/RendererEntity.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/RendererEntity.hpp b/src/RendererEntity.hpp index 76548c6..51d4163 100644 --- a/src/RendererEntity.hpp +++ b/src/RendererEntity.hpp @@ -16,4 +16,6 @@ public: GLint modelLoc = 0; GLint colorLoc = 0; -};
\ No newline at end of file + + static GLuint GetVao(); +}; |