diff options
author | uis <uis9936@gmail.com> | 2018-12-19 12:45:39 +0100 |
---|---|---|
committer | uis <uis9936@gmail.com> | 2018-12-20 20:01:07 +0100 |
commit | 3770fee3778f74112d3687ad0c382f0aefa5d7a4 (patch) | |
tree | bf748a539a3c9c18e3fefcba0c2be4ab5e0c67a8 /src/RendererEntity.hpp | |
parent | #11 Single field for ip and port (diff) | |
download | AltCraft-3770fee3778f74112d3687ad0c382f0aefa5d7a4.tar AltCraft-3770fee3778f74112d3687ad0c382f0aefa5d7a4.tar.gz AltCraft-3770fee3778f74112d3687ad0c382f0aefa5d7a4.tar.bz2 AltCraft-3770fee3778f74112d3687ad0c382f0aefa5d7a4.tar.lz AltCraft-3770fee3778f74112d3687ad0c382f0aefa5d7a4.tar.xz AltCraft-3770fee3778f74112d3687ad0c382f0aefa5d7a4.tar.zst AltCraft-3770fee3778f74112d3687ad0c382f0aefa5d7a4.zip |
Diffstat (limited to 'src/RendererEntity.hpp')
-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(); +}; |