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

#include "je_graphic.h"

namespace JinEngine
{
    namespace Graphics
    {

        ///
        /// A graphic sheet is a atlas.
        ///
        class GraphicSheet : public Graphic
        {

        };

    } // namespace Graphics
} // namespace JinEngine 

#endif