Merge pull request #894 from lioncash/object

kernel: Move object class to its own source files
This commit is contained in:
bunnei 2018-08-03 00:28:43 -04:00 committed by GitHub
commit 20b6c79859
44 changed files with 186 additions and 156 deletions

View file

@ -9,7 +9,7 @@
#include <QTreeView>
#include <boost/container/flat_set.hpp>
#include "core/core.h"
#include "core/hle/kernel/kernel.h"
#include "core/hle/kernel/object.h"
class EmuThread;