plugy/PlugY/newInterface_Stats.h
2017-01-23 20:34:12 +01:00

16 lines
476 B
C

/*=================================================================
File created by Yohann NICOLAS.
New Stat Interface
=================================================================*/
#pragma once
#include "common.h"
void STDCALL printNewStatsPage();
DWORD STDCALL mouseNewStatsPageLeftDown(sWinMessage* msg);
DWORD STDCALL mouseNewStatsPageLeftUp(sWinMessage* msg);
/*================================= END OF FILE =================================*/