plugy/PlugY/newInterface_Runewords.h

15 lines
461 B
C
Raw Normal View History

/*=================================================================
File created by Yohann NICOLAS.
New runeword Interface
=================================================================*/
#ifndef __NEWINTERFACE_RUNEWORDS_H__INCLUDED
#define __NEWINTERFACE_RUNEWORDS_H__INCLUDED
void STDCALL printRunewordsPage();
DWORD STDCALL mouseRunewordsPageLeftDown(sWinMessage* msg);
DWORD STDCALL mouseRunewordsPageLeftUp(sWinMessage* msg);
#endif