mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +00:00
15 lines
505 B
C
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 =================================*/ |