Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/lang/class_list.h @ 4743

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

orxonox/trunk: added definition of Class ClassList

File size: 318 bytes
Line 
1/*!
2    \file class_list.h
3    \brief Definition of the Class List, that handles a Class-Specific-Control structure
4
5*/
6
7#ifndef _CLASS_LIST_H
8#define _CLASS_LIST_H
9
10// FORWARD DEFINITION
11
12
13
14//! A class for
15class ClassList {
16
17 public:
18  ClassList();
19  virtual ~ClassList();
20
21
22 private:
23
24};
25
26#endif /* _CLASS_LIST_H */
Note: See TracBrowser for help on using the repository browser.