Acessnative - Sys_Spawn implimented
[tpg/acess2.git] / AcessNative / acesskernel_src / include / threads_int.h
index f070a50..1294a5f 100644 (file)
@@ -72,7 +72,7 @@ enum {
        THREAD_STAT_DEAD,       // Awaiting burial (free)
        THREAD_STAT_BURIED      // If it's still on the list here, something's wrong
 };
-extern tThread *Threads_GetThread(Uint TID);
+extern struct sThread  *Threads_GetThread(Uint TID);
 
 #endif
 

UCC git Repository :: git.ucc.asn.au