forked from mirror/openmw-tes3mp
13 lines
108 B
C++
13 lines
108 B
C++
#ifndef REFDATA_H
|
|
#define REFDATA_H
|
|
|
|
namespace OMW
|
|
{
|
|
class RefData
|
|
{
|
|
|
|
|
|
};
|
|
}
|
|
|
|
#endif
|