init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#ifndef PRIVATE_FUNCTION
|
||||
#define PRIVATE_FUNCTION
|
||||
#include "Base.h"
|
||||
|
||||
namespace private_funcion
|
||||
{
|
||||
auto create_start_process(LPCSTR path)->BOOL;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif // !PRIVATE_FUNCTION
|
||||
Reference in New Issue
Block a user