diff options
Diffstat (limited to 'src/libjin/graphics/animations/je_animator.cpp')
-rw-r--r-- | src/libjin/graphics/animations/je_animator.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libjin/graphics/animations/je_animator.cpp b/src/libjin/graphics/animations/je_animator.cpp new file mode 100644 index 0000000..360bd5d --- /dev/null +++ b/src/libjin/graphics/animations/je_animator.cpp @@ -0,0 +1,14 @@ +#include "je_animator.h" + +namespace JinEngine +{ + namespace Graphics + { + namespace Animations + { + + + + } + } +}
\ No newline at end of file |