]> git.localhorst.tv Git - l2e.git/blobdiff - src/sdl/InitImage.h
added attack type selection menu in battle state
[l2e.git] / src / sdl / InitImage.h
diff --git a/src/sdl/InitImage.h b/src/sdl/InitImage.h
new file mode 100644 (file)
index 0000000..425b7fe
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+ * InitImage.h
+ *
+ *  Created on: Aug 6, 2012
+ *      Author: holy
+ */
+
+#ifndef SDL_INITIMAGE_H_
+#define SDL_INITIMAGE_H_
+
+namespace sdl {
+
+class InitImage {
+
+public:
+       explicit InitImage(int flags);
+       ~InitImage();
+private:
+       InitImage(const InitImage &);
+       InitImage &operator =(const InitImage &);
+
+};
+
+}
+
+#endif /* SDL_INITIMAGE_H_ */