Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3613 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
Mar 21, 2005, 1:44:30 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: taken camera out of orxonox.cc/h because, it just does not belong there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r3611 r3613  
    2727
    2828#include "world.h"
    29 #include "camera.h"
    3029#include "data_tank.h"
    3130#include "command_node.h"
     
    5453  if( world != NULL) delete world;
    5554  if( localinput != NULL) delete world;
    56   if( localcamera != NULL) delete localcamera;
    5755  if( resources != NULL) delete resources;
    5856  delete GraphicsEngine::getInstance(); // deleting the Graphics
     
    236234}
    237235
    238 
    239 /**
    240    \brief retrieve a pointer to the local Camera
    241    \return a pointer to localcamera
    242 */
    243 Camera* Orxonox::getCamera()
    244 {
    245   return localcamera;
    246 }
    247 
    248 
    249236/**
    250237   \brief retrieve a pointer to the local CommandNode
Note: See TracChangeset for help on using the changeset viewer.