summaryrefslogtreecommitdiff
path: root/include/alien.h
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-04-19 21:24:15 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-04-19 21:24:15 +0200
commit8eebf1079fbed2848ee47cf990f5def5926a0c1f (patch)
treeb51a6cc24fb900c717bf479d357a9ae8a98e07ef /include/alien.h
parent550caeee11086bd56db69176b3149ddfa160ee30 (diff)
Refile for merging repos
Diffstat (limited to 'include/alien.h')
-rw-r--r--include/alien.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/alien.h b/include/alien.h
deleted file mode 100644
index 5dda726..0000000
--- a/include/alien.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include "game_entity.h"
-
-class Alien : public GameEntity
-{
-public:
- Alien(int x, int y);
- const static char MAP_CHAR = 'x';
-private:
-};