mirror of https://github.com/AxioDL/metaforce.git
parent
fedc93912d
commit
39a30f9bb7
|
@ -4,7 +4,7 @@
|
||||||
#include "Runtime/IFactory.hpp"
|
#include "Runtime/IFactory.hpp"
|
||||||
#include "Runtime/CFactoryMgr.hpp"
|
#include "Runtime/CFactoryMgr.hpp"
|
||||||
#include "Runtime/CResFactory.hpp"
|
#include "Runtime/CResFactory.hpp"
|
||||||
#include "Runtime/optional.hpp"
|
#include "optional.hpp"
|
||||||
|
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
|
@ -66,7 +66,6 @@ add_library(RuntimeCommon
|
||||||
CPlayMovieBase.hpp
|
CPlayMovieBase.hpp
|
||||||
CGameDebug.hpp CGameDebug.cpp
|
CGameDebug.hpp CGameDebug.cpp
|
||||||
rstl.hpp rstl.cpp
|
rstl.hpp rstl.cpp
|
||||||
optional.hpp optional.cpp
|
|
||||||
GameGlobalObjects.hpp
|
GameGlobalObjects.hpp
|
||||||
RetroTypes.hpp
|
RetroTypes.hpp
|
||||||
GCNTypes.hpp
|
GCNTypes.hpp
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#include "optional.hpp"
|
|
||||||
logvisor::Module OptionalLogModule("optional.hpp");
|
|
1044
Runtime/optional.hpp
1044
Runtime/optional.hpp
File diff suppressed because it is too large
Load Diff
2
hecl
2
hecl
|
@ -1 +1 @@
|
||||||
Subproject commit 2fe1611e63d2993a1892ce00c1a108226aaecb52
|
Subproject commit b6be61576548e44bc5a06e58813965ddd5c5ca94
|
Loading…
Reference in New Issue