diff options
Diffstat (limited to 'source/modules/asura-json/json')
-rw-r--r-- | source/modules/asura-json/json/json.cpp | 0 | ||||
-rw-r--r-- | source/modules/asura-json/json/json.h | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/source/modules/asura-json/json/json.cpp b/source/modules/asura-json/json/json.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/source/modules/asura-json/json/json.cpp 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 |