Fixed g++ with Vortex, _start stil not initializing propoerly

This commit is contained in:
fares
2019-11-16 14:35:45 -05:00
parent 19dba43849
commit d5763a8ae7
13 changed files with 32773 additions and 200846 deletions

View File

@@ -3,6 +3,9 @@
#define VX_API_
#ifdef __cplusplus
extern "C" {
#endif
typedef void (*func_t)(void *);
@@ -15,7 +18,9 @@ void vx_cl_spawnWarps (char * /* args */,
long /* group_y */,
long /* group_z */);
#ifdef __cplusplus
}
#endif
#endif