openmw-tes3coop/apps/mwiniimporter/importer.hpp
2012-03-30 20:59:44 +02:00

17 lines
168 B
C++

#ifndef MWINIIMPORTER_IMPORTER
#define MWINIIMPORTER_IMPORTER 1
#include <string>
class MwIniImporter {
public:
void test();
private:
};
#endif