Document_Fix_And0.9.3

This commit is contained in:
2023-03-12 21:06:13 +01:00
parent cd677cf3e8
commit 0399808eb2
30 changed files with 679 additions and 298 deletions

View File

@@ -1,6 +1,5 @@
#include <renderd7/thread.hpp>
namespace RenderD7 {
void Threads::Exit() {}
Thread::Thread() : m_started(false), m_running(false) { /* do nothing */
}