Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk/importer: mousewheel-zoom

File size: 309 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;
11
12WindowHandler wHandler;  // Create an instance of the whandler basecode class
13Object* obj;
14
15
16#endif /* _FRAMEWORK_H */
Note: See TracBrowser for help on using the repository browser.