diff options
Diffstat (limited to 'source/modules/asura-json/Json/Json.h')
-rw-r--r-- | source/modules/asura-json/Json/Json.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/modules/asura-json/Json/Json.h b/source/modules/asura-json/Json/Json.h new file mode 100644 index 0000000..2bdaf53 --- /dev/null +++ b/source/modules/asura-json/Json/Json.h @@ -0,0 +1,14 @@ +#ifndef __ASURA_JSON_H__ +#define __ASURA_JSON_H__ + +namespace AsuraEngine +{ + namespace Json + { + + + + } +} + +#endif
\ No newline at end of file |