From 7b061aee2b4c15d242bb9f18101d6b9ea776c5cd Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 1 Feb 2024 23:56:57 +0100 Subject: Walking movement --- src/Common/Casts.hpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/Common/Casts.hpp (limited to 'src/Common') diff --git a/src/Common/Casts.hpp b/src/Common/Casts.hpp new file mode 100644 index 0000000..c2c7088 --- /dev/null +++ b/src/Common/Casts.hpp @@ -0,0 +1,3 @@ +#pragma once + +#define TO(type, value) (static_cast(value)) \ No newline at end of file -- cgit 1.4.1