diff options
Diffstat (limited to 'Source/Asura.Engine/Factory.h')
-rw-r--r-- | Source/Asura.Engine/Factory.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Source/Asura.Engine/Factory.h b/Source/Asura.Engine/Factory.h new file mode 100644 index 0000000..0cccab2 --- /dev/null +++ b/Source/Asura.Engine/Factory.h @@ -0,0 +1,14 @@ +#ifndef __AE_FACTORY_H__ +#define __AE_FACTORY_H__ + +namespace AsuraEngine +{ + + class Factory + { + + }; + +} + +#endif
\ No newline at end of file |