summaryrefslogtreecommitdiffhomepage
path: root/Controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'Controller.h')
-rw-r--r--Controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Controller.h b/Controller.h
index 4839656..938847d 100644
--- a/Controller.h
+++ b/Controller.h
@@ -5,5 +5,6 @@
struct Controller
{
+ virtual ~Controller() = default;
virtual Vector2 direction() = 0;
};