mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 01:15:31 +00:00
13 lines
108 B
C++
13 lines
108 B
C++
#ifndef REFDATA_H
|
|
#define REFDATA_H
|
|
|
|
namespace OMW
|
|
{
|
|
class RefData
|
|
{
|
|
|
|
|
|
};
|
|
}
|
|
|
|
#endif
|