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

27 lines
715 B
C

/*=================================================================
File created by Yohann NICOLAS.
New Interfaces functions
=================================================================*/
#pragma once
#include "common.h"
#define MILIEU(X,L,N) (X + ((N<L)? (L-N)/2 : 0))
#define isOnStatsPage(x,y) ((x<400) && (y<553))
extern DWORD bDontPrintBorder;
void GoNextStatPage();
void GoPreviousStatPage();
void GoStatPage(int page);
int GetCurrentPage();
extern bool active_newInterfaces;
extern bool selectMainPageOnOpenning;
extern bool printBackgroundOnMainPage;
void Install_NewInterfaces();
/*================================= END OF FILE =================================*/