Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2018, 4:06:39 PM (6 years ago)
Author:
adamc
Message:

Removed unnecessary core modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ScriptableController_FS18/src/orxonox/Level.h

    r11999 r12000  
    6363                { return this->level_script_; }
    6464
     65        private:
     66            void registerVariables();
    6567            void addObject(BaseObject* object);
    6668            BaseObject* getObject(unsigned int index) const;
    67 
    68         private:
    69             void registerVariables();
    70             //void addObject(BaseObject* object);
    71             //BaseObject* getObject(unsigned int index) const;
    7269
    7370            void addLodInfo(MeshLodInformation* object);
Note: See TracChangeset for help on using the changeset viewer.