plugy/PlugY/newInterfaces.h
2021-01-04 08:07:29 +01:00

28 lines
744 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;
extern int extraHiddenPage;
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 =================================*/