openmw-tes3coop/apps/openmw/refdata.hpp

13 lines
108 B
C++

#ifndef REFDATA_H
#define REFDATA_H
namespace OMW
{
class RefData
{
};
}
#endif