stopped including process.h in tools.h, it's included everywhere

replaced by unique_ptr, added get_process() and set_process()
This commit is contained in:
isanae
2020-12-03 17:44:51 -05:00
parent 083a4fb8d8
commit b54652a617
16 changed files with 183 additions and 121 deletions
+1
View File
@@ -1,5 +1,6 @@
#include "pch.h"
#include "tasks.h"
#include "../core/process.h"
namespace mob
{