From 8aa4d258d2131442f9be39776d02781e8f1fb6a1 Mon Sep 17 00:00:00 2001 From: ion098 <146852218+ion098@users.noreply.github.com> Date: Wed, 22 May 2024 20:07:42 +0000 Subject: [PATCH] Add todo.hpp --- include/gamepad/todo.hpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/gamepad/todo.hpp diff --git a/include/gamepad/todo.hpp b/include/gamepad/todo.hpp new file mode 100644 index 0000000..6d61cf6 --- /dev/null +++ b/include/gamepad/todo.hpp @@ -0,0 +1,5 @@ +#pragma once + +#define DO_PRAGMA(x) _Pragma (#x) +#define TODO(x) DO_PRAGMA(message ("TODO - " #x)) +#define FIXME(x) DO_PRAGMA(warning ("FIXME - " #x)) \ No newline at end of file