Cleanup Includes/Add PushMessage(string, string)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <renderd7/Tasks.hpp>
|
||||
#include <vector>
|
||||
|
||||
static std::vector<Thread> threads;
|
||||
|
||||
@@ -19,4 +20,4 @@ void RenderD7::Tasks::destroy(void) {
|
||||
threadJoin(threads.at(i), U64_MAX);
|
||||
threadFree(threads.at(i));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user