Turn SysCalls into a C++ file

This commit is contained in:
Jaby
2023-10-06 10:27:03 +02:00
committed by Jaby
parent 0cc6997a9d
commit 1d11e778d3
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__