absence_thelab

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/3deng/3deng.h	Thu Oct 23 01:46:07 2014 +0300
     1.3 @@ -0,0 +1,17 @@
     1.4 +#ifndef _3DENG_H_
     1.5 +#define _3DENG_H_
     1.6 +
     1.7 +#include "switches.h"
     1.8 +#include "3dengine.h"
     1.9 +#include "exceptions.h"
    1.10 +#include "n3dmath.h"
    1.11 +#include "3dengtypes.h"
    1.12 +#include "lights.h"
    1.13 +#include "objects.h"
    1.14 +#include "camera.h"
    1.15 +#include "objectgen.h"
    1.16 +#include "3dscene.h"
    1.17 +#include "sceneloader.h"
    1.18 +#include "particles.h"
    1.19 +
    1.20 +#endif	// _3DENG_H_
    1.21 \ No newline at end of file