Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/camera/src/world_entities/cameraman.h @ 10195

Last change on this file since 10195 was 10195, checked in by gfilip, 17 years ago

well …

File size: 292 bytes
RevLine 
[10192]1#ifndef _CAMERAMAN_H
2#define _CAMERAMAN_H
3
4#include "p_node.h"
5
6class cameraman {
7
8  private:
9    PNode* currentCam;
10    int camNo;
11    int camAmount;
12
13
[10195]14
[10192]15  public:
16    cameraman();
[10193]17    void setCam(int CameraNo);
[10192]18    void createCam();
[10195]19    PNode* cameras[6];
[10192]20
21
22
23
24
25};
26
[10195]27#endif /* _CAMERAMAN_H */
Note: See TracBrowser for help on using the repository browser.