summaryrefslogtreecommitdiff
path: root/opengl/generate.h
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/generate.h')
-rw-r--r--opengl/generate.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/opengl/generate.h b/opengl/generate.h
index f7f07df..c8127a8 100644
--- a/opengl/generate.h
+++ b/opengl/generate.h
@@ -23,6 +23,7 @@
#ifndef GENERATE_H
#define GENERATE_H
+#include <windows.h>
#include <string>
#include <msLib.h>
@@ -42,7 +43,7 @@ public:
bool forceCOG,
bool blitzMax);
- void MakeFiles();
+ void MakeFiles(HWND parent);
std::string Info();
@@ -75,8 +76,8 @@ private:
void CalcModelBounds();
- void GenerateC();
- void GenerateBlitzMax();
+ void GenerateC(HWND parent);
+ void GenerateBlitzMax(HWND parent);
};
#endif // GENERATE_H