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

15 lines
505 B
C

/*=================================================================
File created by Yohann NICOLAS.
New Stat Interface Page 2
=================================================================*/
#pragma once
#include "common.h"
void STDCALL printNewStatsPageTwo(int currentPage);
DWORD STDCALL mouseNewStatsPageTwoLeftDown(sWinMessage* msg);
DWORD STDCALL mouseNewStatsPageTwoLeftUp(sWinMessage* msg);
/*================================= END OF FILE =================================*/