mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-20 23:13:33 +00:00
13 lines
306 B
C
Executable File
13 lines
306 B
C
Executable File
#ifndef NET_MINECRAFT_WORLD_ITEM_CRAFTING__RecipeCategory_H__
|
|
#define NET_MINECRAFT_WORLD_ITEM_CRAFTING__RecipeCategory_H__
|
|
|
|
enum RecipeCategory {
|
|
RCAT_TOOL,
|
|
RCAT_WEAPON,
|
|
RCAT_ARMOR,
|
|
RCAT_FOOD,
|
|
RCAT_OTHER
|
|
};
|
|
|
|
#endif /*NET_MINECRAFT_WORLD_ITEM_CRAFTING__RecipeCategory_H__*/
|