LotroDat.h 365 B

1234567891011121314151617
  1. #ifndef LOTRO_DAT_LIB
  2. #define LOTRO_DAT_LIB
  3. #define LOTRO_DAT_VERSION "8.0.0"
  4. #define LOTRO_DAT_VERSION_MAJOR ""
  5. #define LOTRO_DAT_VERSION_MINOR ""
  6. #define LOTRO_DAT_VERSION_PATCH ""
  7. #include "DatFile.h"
  8. #include "Database.h"
  9. #include "SubfileData.h"
  10. #include "DatOperationResult.h"
  11. #include <yaml-cpp/yaml.h>
  12. #include <ZLib/zlib.h>
  13. #endif /* LOTRO_DAT_LIB */