diff options
Diffstat (limited to 'source/platform/platform_include.h')
| -rw-r--r-- | source/platform/platform_include.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/platform/platform_include.h b/source/platform/platform_include.h new file mode 100644 index 0000000..886c6b8 --- /dev/null +++ b/source/platform/platform_include.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #ifndef PLATFORM_INCLUDE_H | ||
| 2 | #define PLATFORM_INCLUDE_H | ||
| 3 | |||
| 4 | #include "platform.h" | ||
| 5 | #include "platform.c" | ||
| 6 | |||
| 7 | #endif /* PLATFORM_INCLUDE_H */ | ||
