From 4d95c5cdaa720c5207a5f5b0d97a884a7ed1a3ab Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 18 Apr 2005 01:01:56 +0000 Subject: Added core of group explode. Also fixed modal windows as well as can be done with MS. --- opengl/generate.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'opengl/generate.h') 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 #include #include @@ -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 -- cgit v1.2.3