mirror of https://github.com/AxioDL/metaforce.git
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
|
HEADERS += \
|
||
|
$$PWD/IObjectStore.hpp
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/CDataObject.cpp \
|
||
|
$$PWD/CObjectStoreDir.cpp \
|
||
|
$$PWD/CObjectStorePacked.cpp \
|
||
|
$$PWD/HECLDatabase.cpp
|