|
Last change
on this file since 2937 was
2933,
checked in by bensch, 21 years ago
|
|
orxonox/trunk/importer: mousewheel-zoom
|
|
File size:
309 bytes
|
| Rev | Line | |
|---|
| [2931] | 1 | #ifndef _FRAMEWORK_H |
|---|
| 2 | #define _FRAMEWORK_H |
|---|
| 3 | |
|---|
| 4 | #include "windowHandler.h" // Include the Whandler Basecode |
|---|
| 5 | #include "object.h" |
|---|
| [2932] | 6 | #include "vector.h" |
|---|
| [2931] | 7 | |
|---|
| 8 | float rotatorP; |
|---|
| 9 | float rotatorV; |
|---|
| [2933] | 10 | float dist; |
|---|
| [2931] | 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.