Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2008, 5:01:44 PM (16 years ago)
Author:
nicolasc
Message:

merged FICN back into trunk
awaiting release.

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

    • Property svn:ignore set to
      dependencies
  • code/trunk/src/orxonox/objects/test1.h

    r258 r790  
    22#define _Test1_H__
    33
    4 #include "BaseObject.h"
     4#include "core/BaseObject.h"
     5#include "Tickable.h"
    56#include "test3.h"
     7#include "util/tinyxml/tinyxml.h"
    68
    79namespace orxonox
    810{
    9     class Test1 : public BaseObject
     11    class Test1 : public BaseObject, public Tickable
    1012    {
    1113        public:
    1214            Test1();
    1315            virtual ~Test1();
     16
     17            virtual void tick(float dt);
    1418
    1519            bool usefullClass1isA(Identifier* identifier);
     
    1923            void setUsefullClass2(Identifier* identifier);
    2024            void setUsefullClassOfTypeTest3(Identifier* identifier);
     25
     26            void loadParams(TiXmlElement* xmlElem);
    2127
    2228        private:
Note: See TracChangeset for help on using the changeset viewer.