blob: 2ae279876a54b7654acebd81c367a36466ceb9f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef _ASURA_JSON_H_
#define _ASURA_JSON_H_
#include <asura-base/Classes.h>
namespace_begin(AsuraEngine)
namespace_begin(Json)
class JsonData
{
};
namespace_end
namespace_end
#endif
|