Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/importer/framework.h @ 2940

Last change on this file since 2940 was 2940, checked in by bensch, 20 years ago

orxonox/trunk/importer: implemented framerate (very cheap), now it should run in the same speed on any platform.

File size: 371 bytes
Line 
1#ifndef _FRAMEWORK_H
2#define _FRAMEWORK_H
3 
4#include "windowHandler.h" // Include the Whandler Basecode
5#include "object.h"
6#include "vector.h"
7
8float rotatorP;
9float rotatorV;
10float dist;
11float zoomTo;
12
13Uint32 lastFrame;
14Uint32 currFrame;
15Uint32 dt;
16
17WindowHandler wHandler;  // Create an instance of the whandler basecode class
18Object* obj;
19
20
21#endif /* _FRAMEWORK_H */
Note: See TracBrowser for help on using the repository browser.