diff options
Diffstat (limited to 'source/libs/asura-lib-core/graphics/gif.h')
-rw-r--r-- | source/libs/asura-lib-core/graphics/gif.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/source/libs/asura-lib-core/graphics/gif.h b/source/libs/asura-lib-core/graphics/gif.h new file mode 100644 index 0000000..8b89858 --- /dev/null +++ b/source/libs/asura-lib-core/graphics/gif.h @@ -0,0 +1,20 @@ +#ifndef __ASURA_GIF_H__ +#define __ASURA_GIF_H__ + +namespace AsuraEngine +{ + namespace Graphics + { + + /// + /// Gif + /// + class Gif + { + + }; + + } +} + +#endif
\ No newline at end of file |