My Project
Object.h
1
#ifndef __Object_h__
2
#define __Object_h__
3
4
#include "includes"
5
6
namespace
core {
7
8
class
Object
{
9
10
public
:
11
12
std::string name;
13
std::string tag;
14
15
};
16
17
}
18
19
#endif
core::Object
Definition:
Object.h:8
Generated by
1.8.17