From 5f0c15b2d3299ea210a78d54e9b10c3cb4266139 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 19 Apr 2022 23:48:20 +0200 Subject: Created factory to handle enemy creation --- Static.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Static.cpp (limited to 'Static.cpp') 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 - -#include "Generator.h" - - -void -Static::update(const float dt, Vector2& position, Generator& generator) -{ - (void) dt; - (void) position; - (void) generator; -} -- cgit v1.1