diff options
author | IBNobody <ibnobody@gmail.com> | 2016-04-16 19:31:32 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-04-16 19:31:32 -0500 |
commit | 4aea806aa8aa585930a89b67d7206050ac6adb3a (patch) | |
tree | ad8b36cc2ebb7500a531ff4601a6fbdf1086ffe2 /tmk_core/common/magic.h | |
parent | b5c22ab5b5b77d5e21cc4145831608eed6756ad7 (diff) | |
parent | b8d2e66638409066661e7dd3c66473d583256ec5 (diff) |
Adding Musical Notes
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 |