mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
14 lines
108 B
C++
14 lines
108 B
C++
|
#ifndef REFDATA_H
|
||
|
#define REFDATA_H
|
||
|
|
||
|
namespace OMW
|
||
|
{
|
||
|
class RefData
|
||
|
{
|
||
|
|
||
|
|
||
|
};
|
||
|
}
|
||
|
|
||
|
#endif
|