mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Split ESM headers
This commit is contained in:
parent
a57c350c08
commit
01166b1f26
29 changed files with 172 additions and 118 deletions
|
@ -1,18 +1,19 @@
|
|||
#ifndef OPENMW_ESM_PROJECTILESTATE_H
|
||||
#define OPENMW_ESM_PROJECTILESTATE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <osg/Quat>
|
||||
#include <osg/Vec3f>
|
||||
|
||||
#include "effectlist.hpp"
|
||||
|
||||
#include "components/esm/quaternion.hpp"
|
||||
#include "components/esm/refid.hpp"
|
||||
#include "components/esm/util.hpp"
|
||||
#include "components/esm/vector3.hpp"
|
||||
|
||||
#include "refnum.hpp"
|
||||
|
||||
namespace ESM
|
||||
{
|
||||
class ESMReader;
|
||||
class ESMWriter;
|
||||
|
||||
// format 0, savegames only
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue