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