DungeonCrawl
Loading...
Searching...
No Matches
thread_handler.h
Go to the documentation of this file.
1
5#ifndef THREAD_HANDLER_H
6#define THREAD_HANDLER_H
7
15void start_simple_thread(void (*thread_func)(void));
16
17#endif//THREAD_HANDLER_H
void start_simple_thread(void(*thread_func)(void))
Starts a new thread with the given function.