summaryrefslogtreecommitdiff
path: root/src/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/texture.h')
-rw-r--r--src/texture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/texture.h b/src/texture.h
index 311db4a..00779ff 100644
--- a/src/texture.h
+++ b/src/texture.h
@@ -1,3 +1,5 @@
+#ifndef TEXTURE_H
+#define TEXTURE_H
#include <SDL2/SDL.h>
#include <string>
@@ -13,3 +15,4 @@ class Texture{
int h_;
SDL_Renderer* renderer_;
};
+#endif