rename header file to match functions.cpp
This commit is contained in:
9
functions.h
Normal file
9
functions.h
Normal file
@ -0,0 +1,9 @@
|
||||
#include <Windows.h>
|
||||
|
||||
|
||||
HMODULE LogHandle;
|
||||
namespace Game
|
||||
{
|
||||
//void Testprint();
|
||||
void clanTagThread();
|
||||
}
|
Reference in New Issue
Block a user