Files
MakeGen/src/HFileGen.h
T
Thraix d9f7dc4d17 Rework how the config file is read
Still need to remove reduntant code and test it much more thoroughly.
2019-10-18 11:44:40 +02:00

10 lines
112 B
C++

#pragma once
#include "ConfigFile.h"
class HFileGen
{
public:
static void Create(ConfigFile& conf);
};