mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-12-02 13:36:02 +00:00
15 lines
491 B
C
15 lines
491 B
C
/*=================================================================
|
|
File created by Yohann NICOLAS.
|
|
|
|
New Stat Interface Page 2
|
|
|
|
=================================================================*/
|
|
|
|
#ifndef __NEWINTERFACE_STATSPAGETWO_H__INCLUDED
|
|
#define __NEWINTERFACE_STATSPAGETWO_H__INCLUDED
|
|
|
|
void STDCALL printNewStatsPageTwo(int currentPage);
|
|
DWORD STDCALL mouseNewStatsPageTwoLeftDown(sWinMessage* msg);
|
|
DWORD STDCALL mouseNewStatsPageTwoLeftUp(sWinMessage* msg);
|
|
|
|
#endif |