openmw-tes3coop/apps/openmw/refdata.hpp
2010-07-02 14:00:28 +02:00

16 lines
157 B
C++

#ifndef REFDATA_H
#define REFDATA_H
#include <string>
namespace OMW
{
struct RefData
{
std::string mHandle;
};
}
#endif