summaryrefslogtreecommitdiffhomepage
path: root/Static.h
diff options
context:
space:
mode:
Diffstat (limited to 'Static.h')
-rw-r--r--Static.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Static.h b/Static.h
deleted file mode 100644
index a4e7489..0000000
--- a/Static.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include <raylib.h>
-
-#include "Behaviour.h"
-#include "Generator.h"
-
-
-struct Static : virtual public Behaviour
-{
- void update(float dt, Vector2& position, Generator& generator) override;
-};