10 lines
220 B
C++
Executable File
10 lines
220 B
C++
Executable File
#ifndef NET_MINECRAFT_WORLD_ENTITY__Creature_H__
|
|
#define NET_MINECRAFT_WORLD_ENTITY__Creature_H__
|
|
|
|
//package net.minecraft.world.entity;
|
|
|
|
class Creature {
|
|
};
|
|
|
|
#endif /*NET_MINECRAFT_WORLD_ENTITY__Creature_H__*/
|