SDL_CreateThread
From SDL Library
SDL_CreateThread
Synopsis
#include "SDL.h" #include "SDL_thread.h"
SDL_Thread *SDL_CreateThread(int (*fn)(void *), void *data);
From SDL Library
#include "SDL.h" #include "SDL_thread.h"
SDL_Thread *SDL_CreateThread(int (*fn)(void *), void *data);