mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +00:00
15 lines
446 B
C
15 lines
446 B
C
/*=================================================================
|
|
File created by Yohann NICOLAS.
|
|
|
|
New Stat Interface
|
|
|
|
=================================================================*/
|
|
|
|
#ifndef __NEWINTERFACE_STATS_H__INCLUDED
|
|
#define __NEWINTERFACE_STATS_H__INCLUDED
|
|
|
|
void STDCALL printNewStatsPage();
|
|
DWORD STDCALL mouseNewStatsPageLeftDown(sWinMessage* msg);
|
|
DWORD STDCALL mouseNewStatsPageLeftUp(sWinMessage* msg);
|
|
|
|
#endif |