summaryrefslogtreecommitdiffstats
path: root/src/d3dapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/d3dapp.h')
-rw-r--r--src/d3dapp.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/d3dapp.h b/src/d3dapp.h
index 271ac9c..6f28cda 100644
--- a/src/d3dapp.h
+++ b/src/d3dapp.h
@@ -14,7 +14,7 @@
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.
-// D3DApp.h
+// d3dapp.h
#ifndef _D3DAPP_H
@@ -23,22 +23,21 @@
#define D3D_OVERLOADS
#include <d3d.h>
-#include "D3DFrame.h"
-#include "D3DEnum.h"
-#include "D3DUtil.h"
-#include "D3DRes.h"
+#include "d3dengine.h"
+#include "d3dframe.h"
+#include "d3denum.h"
+#include "d3dutil.h"
+#include "d3dres.h"
+#include "misc.h"
+#include "struct.h"
class CInstanceManager;
class CEvent;
-class CD3DEngine;
class CRobotMain;
class CSound;
-enum D3DMouse;
-enum Error;
-
class CD3DApplication