8 lines
147 B
C
8 lines
147 B
C
#pragma once
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
#include "feature_config.h"
|
|
|
|
void ReadConfig(LPCSTR path, FeatureManager &manager);
|