d9f7dc4d17
Still need to remove reduntant code and test it much more thoroughly.
10 lines
112 B
C++
10 lines
112 B
C++
#pragma once
|
|
|
|
#include "ConfigFile.h"
|
|
|
|
class HFileGen
|
|
{
|
|
public:
|
|
static void Create(ConfigFile& conf);
|
|
};
|