Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk/importer: smoothZoom

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