plugy/PlugY/newInterface_StatsPageTwo.h

15 lines
505 B
C
Raw Permalink Normal View History

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