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

namespace jin
{
    namespace graphics
    {
        /// 
        /// A sprite is a transformable texture.
        /// 
        class Sprite
	    {
        public:
        
	    };

    }
}

#endif