mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 02:49:55 +00:00
14 lines
No EOL
196 B
C++
14 lines
No EOL
196 B
C++
#ifndef CSV_WORLD_GENERICCREATOR_H
|
|
#define CSV_WORLD_GENERICCREATOR_H
|
|
|
|
#include "creator.hpp"
|
|
|
|
namespace CSVWorld
|
|
{
|
|
class GenericCreator : public Creator
|
|
{
|
|
public:
|
|
};
|
|
}
|
|
|
|
#endif |