Skip to content

Commit

Permalink
Add todo.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ion098 committed May 22, 2024
1 parent 5ce123d commit 8aa4d25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/gamepad/todo.hpp
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 8aa4d25

Please sign in to comment.