2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:47:43 +00:00

header renames

This commit is contained in:
Jack Andersen
2015-07-03 20:03:07 -10:00
parent 94d61da80d
commit a1c1462bfb
3 changed files with 4 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ QT =
# Get hecl's headers (when built as submodule in hecl's extern) # Get hecl's headers (when built as submodule in hecl's extern)
INCLUDEPATH += ../../../include \ INCLUDEPATH += ../../../include \
../../Athena/include \ ../../Athena/include \
../../LogVisor/include \
../NODLib/include ../NODLib/include
include(../PakLib/PakLib.pri) include(../PakLib/PakLib.pri)

View File

@@ -3,8 +3,8 @@
#include <functional> #include <functional>
#include <NODLib.hpp> #include <HECL/Database.hpp>
#include <HECLDatabase.hpp> #include <NOD/NOD.hpp>
namespace Retro namespace Retro
{ {

2
NODLib

Submodule NODLib updated: 84ca6a62e3...a656c5d4c9