summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/being.h b/src/being.h
index 23e1e5fa..48e5825b 100644
--- a/src/being.h
+++ b/src/being.h
@@ -90,18 +90,6 @@ class Being {
unsigned char action, frame;
};
-class Npc {
-};
-
-class Warp {
-};
-
-class Player {
-};
-
-class Monster {
-};
-
//std::vector<Being *> beings;
#endif