mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-28 18:43:37 +00:00
10 lines
97 B
C++
10 lines
97 B
C++
#pragma once
|
|
#include "../Entity.h"
|
|
|
|
class Level;
|
|
|
|
class Creature {
|
|
public:
|
|
Creature() {}
|
|
};
|