source:
orxonox.OLD/branches/camera/src/world_entities/cameraman.h
@
10195
| Last change on this file since 10195 was 10195, checked in by gfilip, 19 years ago | |
|---|---|
| File size: 292 bytes | |
| Line | |
|---|---|
| 1 | #ifndef _CAMERAMAN_H |
| 2 | #define _CAMERAMAN_H |
| 3 | |
| 4 | #include "p_node.h" |
| 5 | |
| 6 | class cameraman { |
| 7 | |
| 8 | private: |
| 9 | PNode* currentCam; |
| 10 | int camNo; |
| 11 | int camAmount; |
| 12 | |
| 13 | |
| 14 | |
| 15 | public: |
| 16 | cameraman(); |
| 17 | void setCam(int CameraNo); |
| 18 | void createCam(); |
| 19 | PNode* cameras[6]; |
| 20 | |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 | }; |
| 26 | |
| 27 | #endif /* _CAMERAMAN_H */ |
Note: See TracBrowser
for help on using the repository browser.










