2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Remove Optional

Update hecl
This commit is contained in:
2016-03-25 19:25:04 -07:00
parent fedc93912d
commit 39a30f9bb7
5 changed files with 2 additions and 1049 deletions

View File

@@ -4,7 +4,7 @@
#include "Runtime/IFactory.hpp"
#include "Runtime/CFactoryMgr.hpp"
#include "Runtime/CResFactory.hpp"
#include "Runtime/optional.hpp"
#include "optional.hpp"
#include <thread>
#include <mutex>

View File

@@ -66,7 +66,6 @@ add_library(RuntimeCommon
CPlayMovieBase.hpp
CGameDebug.hpp CGameDebug.cpp
rstl.hpp rstl.cpp
optional.hpp optional.cpp
GameGlobalObjects.hpp
RetroTypes.hpp
GCNTypes.hpp

View File

@@ -1,2 +0,0 @@
#include "optional.hpp"
logvisor::Module OptionalLogModule("optional.hpp");

File diff suppressed because it is too large Load Diff

2
hecl

Submodule hecl updated: 2fe1611e63...b6be615765