2012-09-23 18:11:08 +00:00
|
|
|
#ifndef OPENMW_ESM_RECORDS_H
|
|
|
|
#define OPENMW_ESM_RECORDS_H
|
2010-02-18 12:15:43 +00:00
|
|
|
|
2012-09-30 20:51:54 +00:00
|
|
|
#include "defs.hpp"
|
2010-02-19 13:23:22 +00:00
|
|
|
#include "loadacti.hpp"
|
Finished ALCH, APPA, BOOK, CLOT, CREC, ENCH, GLOB, INGR, LIGH, MISC, RACE, SKIL, SNDG, SSCR and STAT. Phew!
2010-02-21 12:20:17 +00:00
|
|
|
#include "loadalch.hpp"
|
|
|
|
#include "loadappa.hpp"
|
2010-02-18 13:58:50 +00:00
|
|
|
#include "loadarmo.hpp"
|
2010-02-18 12:15:43 +00:00
|
|
|
#include "loadbody.hpp"
|
Finished ALCH, APPA, BOOK, CLOT, CREC, ENCH, GLOB, INGR, LIGH, MISC, RACE, SKIL, SNDG, SSCR and STAT. Phew!
2010-02-21 12:20:17 +00:00
|
|
|
#include "loadbook.hpp"
|
2010-02-18 13:58:50 +00:00
|
|
|
#include "loadbsgn.hpp"
|
2010-02-25 13:03:03 +00:00
|
|
|
#include "loadcell.hpp"
|
2010-02-21 16:55:12 +00:00
|
|
|
#include "loadclas.hpp"
|
Finished ALCH, APPA, BOOK, CLOT, CREC, ENCH, GLOB, INGR, LIGH, MISC, RACE, SKIL, SNDG, SSCR and STAT. Phew!
2010-02-21 12:20:17 +00:00
|
|
|
#include "loadclot.hpp"
|
2010-02-21 16:55:12 +00:00
|
|
|
#include "loadcont.hpp"
|
2010-02-22 13:09:43 +00:00
|
|
|
#include "loadcrea.hpp"
|
2010-08-06 13:19:39 +00:00
|
|
|
#include "loadinfo.hpp"
|
2010-02-28 08:18:48 +00:00
|
|
|
#include "loaddial.hpp"
|
2010-02-19 08:12:49 +00:00
|
|
|
#include "loaddoor.hpp"
|
Finished ALCH, APPA, BOOK, CLOT, CREC, ENCH, GLOB, INGR, LIGH, MISC, RACE, SKIL, SNDG, SSCR and STAT. Phew!
2010-02-21 12:20:17 +00:00
|
|
|
#include "loadench.hpp"
|
2010-02-21 16:55:12 +00:00
|
|
|
#include "loadfact.hpp"
|
Finished ALCH, APPA, BOOK, CLOT, CREC, ENCH, GLOB, INGR, LIGH, MISC, RACE, SKIL, SNDG, SSCR and STAT. Phew!
2010-02-21 12:20:17 +00:00
|
|
|
#include "loadglob.hpp"
|
2010-02-22 20:00:38 +00:00
|
|
|
#include "loadgmst.hpp"
|
Finished ALCH, APPA, BOOK, CLOT, CREC, ENCH, GLOB, INGR, LIGH, MISC, RACE, SKIL, SNDG, SSCR and STAT. Phew!
2010-02-21 12:20:17 +00:00
|
|
|
#include "loadingr.hpp"
|
2010-02-25 13:03:03 +00:00
|
|
|
#include "loadland.hpp"
|
2010-02-25 18:01:24 +00:00
|
|
|
#include "loadlevlist.hpp"
|
Finished ALCH, APPA, BOOK, CLOT, CREC, ENCH, GLOB, INGR, LIGH, MISC, RACE, SKIL, SNDG, SSCR and STAT. Phew!
2010-02-21 12:20:17 +00:00
|
|
|
#include "loadligh.hpp"
|
2013-03-22 04:50:54 +00:00
|
|
|
#include "loadlock.hpp"
|
|
|
|
#include "loadrepa.hpp"
|
|
|
|
#include "loadprob.hpp"
|
2010-02-22 13:09:43 +00:00
|
|
|
#include "loadltex.hpp"
|
|
|
|
#include "loadmgef.hpp"
|
Finished ALCH, APPA, BOOK, CLOT, CREC, ENCH, GLOB, INGR, LIGH, MISC, RACE, SKIL, SNDG, SSCR and STAT. Phew!
2010-02-21 12:20:17 +00:00
|
|
|
#include "loadmisc.hpp"
|
2010-02-25 18:01:24 +00:00
|
|
|
#include "loadnpc.hpp"
|
2010-02-25 13:03:03 +00:00
|
|
|
#include "loadpgrd.hpp"
|
Finished ALCH, APPA, BOOK, CLOT, CREC, ENCH, GLOB, INGR, LIGH, MISC, RACE, SKIL, SNDG, SSCR and STAT. Phew!
2010-02-21 12:20:17 +00:00
|
|
|
#include "loadrace.hpp"
|
2010-02-22 13:09:43 +00:00
|
|
|
#include "loadregn.hpp"
|
|
|
|
#include "loadscpt.hpp"
|
Finished ALCH, APPA, BOOK, CLOT, CREC, ENCH, GLOB, INGR, LIGH, MISC, RACE, SKIL, SNDG, SSCR and STAT. Phew!
2010-02-21 12:20:17 +00:00
|
|
|
#include "loadskil.hpp"
|
|
|
|
#include "loadsndg.hpp"
|
2010-02-18 13:58:50 +00:00
|
|
|
#include "loadsoun.hpp"
|
2010-02-19 13:23:22 +00:00
|
|
|
#include "loadspel.hpp"
|
Finished ALCH, APPA, BOOK, CLOT, CREC, ENCH, GLOB, INGR, LIGH, MISC, RACE, SKIL, SNDG, SSCR and STAT. Phew!
2010-02-21 12:20:17 +00:00
|
|
|
#include "loadsscr.hpp"
|
|
|
|
#include "loadstat.hpp"
|
2010-02-21 16:55:12 +00:00
|
|
|
#include "loadweap.hpp"
|
2010-02-19 13:23:22 +00:00
|
|
|
|
2010-09-24 13:28:14 +00:00
|
|
|
// Special records which are not loaded from ESM
|
|
|
|
#include "attr.hpp"
|
2010-02-18 12:15:43 +00:00
|
|
|
#endif
|