summaryrefslogtreecommitdiffstats
path: root/src/blitz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blitz.h')
-rw-r--r--src/blitz.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/blitz.h b/src/blitz.h
index 563cc0d..30a34ed 100644
--- a/src/blitz.h
+++ b/src/blitz.h
@@ -14,10 +14,16 @@
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.
+// blitz.h
+
#ifndef _BLITZ_H_
#define _BLITZ_H_
+#include "misc.h"
+#include "struct.h"
+
+
class CInstanceManager;
class CD3DEngine;
class CTerrain;