Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 17, 2009, 3:17:15 PM (15 years ago)
Author:
rgrieder
Message:

Added using declaration for boost::shared_ptr, weak_ptr and scoped_ptr to OrxonoxConfig.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/core/Game.h

    r3370 r5651  
    6161{
    6262    class GameConfiguration;
    63     using boost::scoped_ptr;
    64     using boost::shared_ptr;
    6563
    6664    //! Helper object required before GameStates are being constructed
     
    8482        typedef std::vector<shared_ptr<GameState> > GameStateVector;
    8583        typedef std::map<std::string, shared_ptr<GameState> > GameStateMap;
    86         typedef boost::shared_ptr<GameStateTreeNode> GameStateTreeNodePtr;
     84        typedef shared_ptr<GameStateTreeNode> GameStateTreeNodePtr;
    8785    public:
    8886        Game(const std::string& cmdLine);
Note: See TracChangeset for help on using the changeset viewer.