summaryrefslogtreecommitdiffhomepage
path: root/Static.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-19 23:48:20 +0200
committerAki <please@ignore.pl>2022-04-19 23:48:20 +0200
commit5f0c15b2d3299ea210a78d54e9b10c3cb4266139 (patch)
tree137190dde6dcab1951301f1a2ac1db8481878f5a /Static.cpp
parent78097b5496209b56cef9d7fc8d6c13e4c87e0eb1 (diff)
downloadbullethell2022-5f0c15b2d3299ea210a78d54e9b10c3cb4266139.zip
bullethell2022-5f0c15b2d3299ea210a78d54e9b10c3cb4266139.tar.gz
bullethell2022-5f0c15b2d3299ea210a78d54e9b10c3cb4266139.tar.bz2
Created factory to handle enemy creation
Diffstat (limited to 'Static.cpp')
-rw-r--r--Static.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/Static.cpp b/Static.cpp
deleted file mode 100644
index 28cadda..0000000
--- a/Static.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "Static.h"
-
-#include <raylib.h>
-
-#include "Generator.h"
-
-
-void
-Static::update(const float dt, Vector2& position, Generator& generator)
-{
- (void) dt;
- (void) position;
- (void) generator;
-}