absence_thelab

view src/3deng/3deng.h @ 0:1cffe3409164

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 23 Oct 2014 01:46:07 +0300
parents
children
line source
1 #ifndef _3DENG_H_
2 #define _3DENG_H_
4 #include "switches.h"
5 #include "3dengine.h"
6 #include "exceptions.h"
7 #include "n3dmath.h"
8 #include "3dengtypes.h"
9 #include "lights.h"
10 #include "objects.h"
11 #include "camera.h"
12 #include "objectgen.h"
13 #include "3dscene.h"
14 #include "sceneloader.h"
15 #include "particles.h"
17 #endif // _3DENG_H_