aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/graphics/je_lua_spritesheet.h
blob: b4e965d0d08d3133f57d3efc105a3d81eaa31f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __JE_LUA_SPRITE_SHEET_H__
#define __JE_LUA_SPRITE_SHEET_H__

namespace JinEngine
{
    namespace Lua
    {

        enum SpriteSheetDependency
        {
            DEP_GRAPHIC = 1
        };

    }
}

#endif