vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
abstractklsystem.h
Go to the documentation of this file.
1 #ifndef ABSTRACTKLSYSTEM_H_
2 #define ABSTRACTKLSYSTEM_H_
3 
4 #include "lsystem.h"
5 
6 namespace AP_LSystem {
7 
11 class AbstractkLSystem : public LSystem
12 {
13 protected:
14 
15 public:
20 };
21 }
22 #endif // ABSTRACTKLSYSTEM_H_