mirror of
https://codeberg.org/piebot/LegacyEvolved
synced 2026-07-16 04:01:01 +00:00
11 lines
91 B
C++
11 lines
91 B
C++
#pragma once
|
|
#include "Entity.h"
|
|
|
|
class Level;
|
|
|
|
class Creature
|
|
{
|
|
public:
|
|
Creature() {}
|
|
};
|