rename header file to match functions.cpp

This commit is contained in:
INSANEMODE
2020-11-14 00:29:09 -06:00
parent 8bb7522a58
commit 6fbeff452f
5 changed files with 9 additions and 8 deletions

9
functions.h Normal file
View File

@ -0,0 +1,9 @@
#include <Windows.h>
HMODULE LogHandle;
namespace Game
{
//void Testprint();
void clanTagThread();
}