Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10199 in orxonox.OLD


Ignore:
Timestamp:
Jan 9, 2007, 12:02:59 AM (17 years ago)
Author:
gfilip
Message:

override3

File:
1 edited

Legend:

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

    r10197 r10199  
    2121    void moveCam(int x, int y, int z, int speed, int camNo);
    2222    void moveCurrCam(int x, int y, int z, int speed);
    23 
     23    void changeTarget(int camNo, PNode* target);
     24    void changeCurrTarget(PNode* target);
     25    void jumpCam(int x, int y, int z, int camNo);
     26    void jumpCam(int x, int y, int z);
    2427
    2528
Note: See TracChangeset for help on using the changeset viewer.