diff options
Diffstat (limited to 'tmk_core/common/magic.h')
-rw-r--r-- | tmk_core/common/magic.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmk_core/common/magic.h b/tmk_core/common/magic.h new file mode 100644 index 000000000..3fa2d8b81 --- /dev/null +++ b/tmk_core/common/magic.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef MAGIC_H | ||
2 | #define MAGIC_H | ||
3 | |||
4 | void magic(void); | ||
5 | |||
6 | #endif | ||