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

initial project stubs

This commit is contained in:
Jack Andersen
2015-05-15 12:39:43 -10:00
commit 230913d401
80 changed files with 256 additions and 0 deletions

View File

View File

View File

View File

View File

@@ -0,0 +1,4 @@
#ifndef IOBJECTSTORE_HPP
#define IOBJECTSTORE_HPP
#endif // IOBJECTSTORE_HPP

View File

@@ -0,0 +1,8 @@
HEADERS += \
$$PWD/IObjectStore.hpp
SOURCES += \
$$PWD/CDataObject.cpp \
$$PWD/CObjectStoreDir.cpp \
$$PWD/CObjectStorePacked.cpp \
$$PWD/HECLDatabase.cpp