mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 08:27:42 +00:00
Remove Optional
Update hecl
This commit is contained in:
@@ -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
Submodule hecl updated: 2fe1611e63...b6be615765
Reference in New Issue
Block a user