|
Last change
on this file since 2938 was
2938,
checked in by bensch, 21 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 | |
|---|
| 8 | float rotatorP; |
|---|
| 9 | float rotatorV; |
|---|
| 10 | float dist; |
|---|
| 11 | float zoomTo; |
|---|
| 12 | |
|---|
| 13 | WindowHandler wHandler; // Create an instance of the whandler basecode class |
|---|
| 14 | Object* obj; |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | #endif /* _FRAMEWORK_H */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.