plugy/PlugY/newInterface_Runewords.h
2017-01-23 20:34:12 +01:00

16 lines
483 B
C

/*=================================================================
File created by Yohann NICOLAS.
New runeword Interface
=================================================================*/
#pragma once
#include "common.h"
void STDCALL printRunewordsPage();
DWORD STDCALL mouseRunewordsPageLeftDown(sWinMessage* msg);
DWORD STDCALL mouseRunewordsPageLeftUp(sWinMessage* msg);
/*================================= END OF FILE =================================*/