mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +00:00
21 lines
571 B
C
21 lines
571 B
C
/*=================================================================
|
|
File created by Yohann NICOLAS.
|
|
|
|
Add "plugY v1.00" on screen.
|
|
|
|
=================================================================*/
|
|
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
extern bool active_VersionTextChange;
|
|
extern char* versionText;
|
|
extern BYTE modVersionColor;
|
|
extern bool active_PrintPlugYVersion;
|
|
extern BYTE colorOfPlugYVersion;
|
|
|
|
void Install_PrintPlugYVersion();
|
|
void Install_VersionChange();
|
|
|
|
/*================================= END OF FILE =================================*/
|