Cleanup Includes/Add PushMessage(string, string)

This commit is contained in:
2024-05-17 11:33:09 +02:00
parent e0c03f2ec5
commit f3291963d4
23 changed files with 35 additions and 66 deletions

View File

@@ -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));
}
}
}