summaryrefslogtreecommitdiff
path: root/2015-spacebot/src/enemy_bullet.cpp
diff options
context:
space:
mode:
Diffstat (limited to '2015-spacebot/src/enemy_bullet.cpp')
-rw-r--r--2015-spacebot/src/enemy_bullet.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/2015-spacebot/src/enemy_bullet.cpp b/2015-spacebot/src/enemy_bullet.cpp
new file mode 100644
index 0000000..6ae5066
--- /dev/null
+++ b/2015-spacebot/src/enemy_bullet.cpp
@@ -0,0 +1,6 @@
+#include "enemy_bullet.h"
+
+EnemyBullet::EnemyBullet(int x, int y)
+ :GameEntity(x, y)
+{
+}