mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-22 15:23:58 +00:00
20da0892ef
Slowly moving through the open-cs errors Good progress in openCS Very good progress on openCS Getting closer with openCS OpenCS compiles and runs! Didn't have time to test it all though ix openMW everything compiles on windows?? Fix gcc Fix Clang
14 lines
204 B
C++
14 lines
204 B
C++
#ifndef CSM_WOLRD_INFO_H
|
|
#define CSM_WOLRD_INFO_H
|
|
|
|
#include <components/esm3/loadinfo.hpp>
|
|
|
|
namespace CSMWorld
|
|
{
|
|
struct Info : public ESM::DialInfo
|
|
{
|
|
ESM::RefId mTopicId;
|
|
};
|
|
}
|
|
|
|
#endif
|