1234567891011121314151617 |
- #ifndef LOTRO_DAT_LIB
- #define LOTRO_DAT_LIB
- #define LOTRO_DAT_VERSION "8.0.0"
- #define LOTRO_DAT_VERSION_MAJOR ""
- #define LOTRO_DAT_VERSION_MINOR ""
- #define LOTRO_DAT_VERSION_PATCH ""
- #include "DatFile.h"
- #include "Database.h"
- #include "SubfileData.h"
- #include "DatOperationResult.h"
- #include <yaml-cpp/yaml.h>
- #include <ZLib/zlib.h>
- #endif /* LOTRO_DAT_LIB */
|