plugy/PlugY/newInterface_Stats.h

16 lines
476 B
C
Raw Permalink Normal View History

/*=================================================================
File created by Yohann NICOLAS.
New Stat Interface
=================================================================*/
2017-01-23 19:34:12 +00:00
#pragma once
2017-01-23 19:34:12 +00:00
#include "common.h"
void STDCALL printNewStatsPage();
DWORD STDCALL mouseNewStatsPageLeftDown(sWinMessage* msg);
DWORD STDCALL mouseNewStatsPageLeftUp(sWinMessage* msg);
2017-01-23 19:34:12 +00:00
/*================================= END OF FILE =================================*/