Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10482 in orxonox.OLD for trunk/src/world_entities/cameraman.h


Ignore:
Timestamp:
Jan 29, 2007, 2:48:59 PM (19 years ago)
Author:
snellen
Message:

cleanup in cameramanager… continued

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/cameraman.h

    r10480 r10482  
    4242    void moveCurrCam(int x, int y, int z);
    4343    void changeCurrTarget(const std::string& className, const std::string& objectName);
    44     void atachCurrTarget(PNode* target);
    4544    void atachCurrCameraToWorldEntity(const std::string& className, const std::string& targetEntity);
    4645    void detachCurrCamera();
     
    6261  private:
    6362    bool cameraIsInVector(Camera* camera);
     63    void atachTarget(Camera* cam, PNode* pnode);
    6464   
    6565
Note: See TracChangeset for help on using the changeset viewer.