summaryrefslogtreecommitdiffstats
path: root/src/RendererEntity.hpp
diff options
context:
space:
mode:
authoruis <uis9936@gmail.com>2018-12-19 12:45:39 +0100
committeruis <uis9936@gmail.com>2018-12-20 20:01:07 +0100
commit3770fee3778f74112d3687ad0c382f0aefa5d7a4 (patch)
treebf748a539a3c9c18e3fefcba0c2be4ab5e0c67a8 /src/RendererEntity.hpp
parent #11 Single field for ip and port (diff)
downloadAltCraft-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 '')
-rw-r--r--src/RendererEntity.hpp4
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();
+};