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 0000000000..3fa2d8b81c --- /dev/null +++ b/tmk_core/common/magic.h @@ -0,0 +1,6 @@ +#ifndef MAGIC_H +#define MAGIC_H + +void magic(void); + +#endif |