[go: up one dir, main page]

Menu

[r7]: / main.h  Maximize  Restore  History

Download this file

26 lines (18 with data), 396 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef _MAIN_H_
#define _MAIN_H_
#include <irrlicht.h>
#include <driverChoice.h>
using namespace irr;
using namespace core;
using namespace scene;
using namespace video;
using namespace io;
using namespace gui;
#include <iostream>
#include <ctime>
using namespace std;
#include "CSettings.h"
#include "CMapLoader.h"
#include "MainMenu.h"
#include "Game.h"
#endif