aboutsummaryrefslogtreecommitdiff
path: root/src/texture_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/texture_buffer.h')
-rw-r--r--src/texture_buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/texture_buffer.h b/src/texture_buffer.h
index 851833c..d6cce53 100644
--- a/src/texture_buffer.h
+++ b/src/texture_buffer.h
@@ -1,3 +1,5 @@
+#pragma once
+
class TextureBuffer {
private:
GLuint _id;