diff options
Diffstat (limited to 'source/libs/asura-lib-core/client/client.h')
-rw-r--r-- | source/libs/asura-lib-core/client/client.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/source/libs/asura-lib-core/client/client.h b/source/libs/asura-lib-core/client/client.h new file mode 100644 index 0000000..f2464a5 --- /dev/null +++ b/source/libs/asura-lib-core/client/client.h @@ -0,0 +1,18 @@ +#ifndef __ASURA_ENGINE_HOST_H__ +#define __ASURA_ENGINE_HOST_H__ + +/** +* ʹڿйص +*/ + +namespace AsuraEngine +{ + namespace Host + { + + + + } +} + +#endif
\ No newline at end of file |