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