Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/trackManager/src/lib/lang/base_entity.h @ 3498

Last change on this file since 3498 was 3498, checked in by bensch, 19 years ago

orxonox/branches/trackManager: merged trunk back to tracManager R3440:3497 → 3498
merged with command:
svn merge ../trunk/ trackManager/ -r 3430:HEAD
conflicts resolved in favor of the Trunk

File size: 306 bytes
Line 
1/*!
2  \file base_entity.h
3  \brief This includes the default values every entity should have.                                             \
4*/
5
6#ifndef _BASE_ENTITY_H
7#define _BASE_ENTITY_H
8
9#include "stdincl.h"
10
11//! The Base of each entity-Class
12class BaseEntity {
13
14 public:
15  BaseEntity ();
16  ~BaseEntity ();
17
18};
19
20#endif /* _BASE_ENTITY_H */
Note: See TracBrowser for help on using the repository browser.