mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +00:00
15 lines
461 B
C
15 lines
461 B
C
/*=================================================================
|
|
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 |