mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-08 11:38:19 +03:00
14 lines
196 B
C++
14 lines
196 B
C++
![]() |
#ifndef CSV_WORLD_GENERICCREATOR_H
|
||
|
#define CSV_WORLD_GENERICCREATOR_H
|
||
|
|
||
|
#include "creator.hpp"
|
||
|
|
||
|
namespace CSVWorld
|
||
|
{
|
||
|
class GenericCreator : public Creator
|
||
|
{
|
||
|
public:
|
||
|
};
|
||
|
}
|
||
|
|
||
|
#endif
|