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