BMA Server Framework
/home/barant/Development/BMA/server_core/ServerCore/BMAObject.h
1 #ifndef __BMAObject_h__
2 #define __BMAObject_h__
3 
4 #include "includes"
5 
6 class BMAObject {
7 
8  public:
9 
10  std::string name;
11  std::string tag;
12 
13 };
14 
15 
16 #endif
Definition: BMAObject.h:6