Switched to g++

This commit is contained in:
fares
2019-11-16 12:23:59 -05:00
parent 19dba43849
commit 53c78b905a
23 changed files with 84432 additions and 201805 deletions

View File

@@ -3,6 +3,10 @@
#define VX_INTRINSICS
#ifdef __cplusplus
extern "C" {
#endif
// Spawns Warps
void vx_wspawn (unsigned numWarps, unsigned PC_spawn);
@@ -38,6 +42,8 @@ void vx_resetStack(void);
#define __endif vx_join();
#ifdef __cplusplus
}
#endif
#endif