Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 8, 2007, 11:54:17 PM (19 years ago)
Author:
gfilip
Message:

override

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camera/src/world_entities/cameraman.h

    r10195 r10197  
    33
    44#include "p_node.h"
     5#include "camera.h"
    56
    67class cameraman {
    78
    89  private:
    9     PNode* currentCam;
     10    Camera* currentCam;
    1011    int camNo;
    1112    int camAmount;
     
    1718    void setCam(int CameraNo);
    1819    void createCam();
    19     PNode* cameras[6];
     20    Camera* cameras[6];
     21    void moveCam(int x, int y, int z, int speed, int camNo);
     22    void moveCurrCam(int x, int y, int z, int speed);
     23
    2024
    2125
Note: See TracChangeset for help on using the changeset viewer.