Turn SysCalls into a C++ file

This commit is contained in:
2023-10-06 10:27:03 +02:00
parent 5eaacbcb42
commit 6994d8d05a
12 changed files with 228 additions and 227 deletions

View File

@@ -12,7 +12,11 @@
#ifdef __cplusplus
#define __constexpr constexpr
#define START_C_FUNCTIONS extern "C" {
#define END_C_FUNCTIONS }
#else
#define __constexpr
#define START_C_FUNCTIONS
#define END_C_FUNCTIONS
#endif
#endif //!__JABYENGINE_DEFINES__H__