forked from Kolyah35/minecraft-pe-0.6.1
15 lines
249 B
C++
Executable File
15 lines
249 B
C++
Executable File
#ifndef NET_MINECRAFT_WORLD_ITEM__UseAnim_H__
|
|
#define NET_MINECRAFT_WORLD_ITEM__UseAnim_H__
|
|
class UseAnim {
|
|
public:
|
|
enum UseAnimation {
|
|
none,
|
|
eat,
|
|
drink,
|
|
block,
|
|
bow
|
|
};
|
|
};
|
|
|
|
|
|
#endif /* NET_MINECRAFT_WORLD_ITEM__UseAnim_H__ */ |