Initial public release of rem-essentials
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include "feature_config.h"
|
||||
|
||||
void ReadConfig(LPCSTR path, FeatureManager &manager);
|
||||
Reference in New Issue
Block a user