aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/graphics/je_lua_spritesheet.h
blob: bedf9459679c8957a7de6879c94ff42bb5a67fb5 (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 class SpriteSheetDependency
        {
            DEP_GRAPHIC = 1
        };

    }
}

#endif