summaryrefslogtreecommitdiff
path: root/common/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/image.h')
-rw-r--r--common/image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/image.h b/common/image.h
index ae7fb9e..8bff6c5 100644
--- a/common/image.h
+++ b/common/image.h
@@ -19,6 +19,7 @@ public:
void Resize (int width, int height);
void ResizePow2 ();
void FromOpenGL (int width, int height);
+ void Allocate (int width, int height, bool alpha);
int Width () const
{ return m_nWidth; }
@@ -50,4 +51,4 @@ protected:
void SaveVideo(char* filename, Image *images, int count, float fps);
-#endif // _IMAGE_H_ \ No newline at end of file
+#endif // _IMAGE_H_