From 97975da88cb25952af0c5ec75c130c66595d1807 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 18 Apr 2022 12:39:58 +0200 Subject: Added controller for player character --- Controller.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Controller.h (limited to 'Controller.h') diff --git a/Controller.h b/Controller.h new file mode 100644 index 0000000..4839656 --- /dev/null +++ b/Controller.h @@ -0,0 +1,9 @@ +#pragma once + +#include + + +struct Controller +{ + virtual Vector2 direction() = 0; +}; -- cgit v1.1