aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/animation/je_animation.h
blob: f330a0c285962da834728e0fa3e54f8af824aa03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __JE_ANIMATION_H
#define __JE_ANIMATION_H

namespace JinEngine
{
    namespace Graphics
    {

        ///
        ///
        ///
        class Animation
        {

        };

    } // namespace Graphics
} // namespace JinEngine

#endif