Parent Directory | Revision Log
First import
1 | #ifndef __Lw3dEngine_H__ |
2 | #define __Lw3dEngine_H__ |
3 | |
4 | #include "../../Engine3d/Engine3d.h" |
5 | |
6 | |
7 | class Lw3dEngine |
8 | { |
9 | |
10 | public: |
11 | |
12 | Lw3dEngine::Lw3dEngine(); |
13 | Lw3dEngine::~Lw3dEngine(); |
14 | |
15 | void run(); |
16 | |
17 | private: |
18 | |
19 | Engine3d *engine3d; |
20 | |
21 | }; |
22 | |
23 | #endif |
root@recompile.se | ViewVC Help |
Powered by ViewVC 1.1.26 |