mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
18 lines
168 B
C++
18 lines
168 B
C++
#ifndef MWINIIMPORTER_IMPORTER
|
|
#define MWINIIMPORTER_IMPORTER 1
|
|
|
|
#include <string>
|
|
|
|
class MwIniImporter {
|
|
|
|
public:
|
|
void test();
|
|
|
|
private:
|
|
|
|
|
|
};
|
|
|
|
|
|
#endif
|