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

16 lines
423 B
C

/*=================================================================
File created by Yohann NICOLAS.
Others features.
=================================================================*/
#pragma once
#include "common.h"
extern bool active_othersFeatures;
void Install_OthersFeatures();
void Install_ChangeResolution();
/*================================= END OF FILE =================================*/