Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10379 in orxonox.OLD for trunk/src/util/state.cc


Ignore:
Timestamp:
Jan 26, 2007, 10:58:31 AM (17 years ago)
Author:
patrick
Message:

merged branche camera to trunk. resolved many conflicts as in the other projects too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/state.cc

    r9406 r10379  
    2020
    2121#include "camera.h"
     22#include "cameraman.h"
    2223
    2324#ifndef NULL
     
    3132Camera* State::camera = NULL;
    3233CameraTarget* State::cameraTarget = NULL;
     34
     35CameraMan* State::cameraManager = NULL;
    3336
    3437PNode* State::cameraNode = NULL;
     
    6366  State::cameraTargetNode = cameraTarget;
    6467}
     68
     69
     70void State::setCameraman(CameraMan* cm)
     71
     72{
     73  State::cameraManager=cm;
     74}
Note: See TracChangeset for help on using the changeset viewer.