Adding particle blend, glow and animation (#4705)

This commit is contained in:
Foghrye4
2016-11-14 18:09:59 +04:00
committed by Zeno-
parent 649448a2a9
commit 93e3555eae
15 changed files with 800 additions and 81 deletions

View File

@@ -159,6 +159,6 @@ bool push_json_value (lua_State *L,
void read_json_value (lua_State *L, Json::Value &root,
int index, u8 recursion = 0);
extern struct EnumString es_TileAnimationType[];
extern struct EnumString es_AnimationType[];
#endif /* C_CONTENT_H_ */