plugy/PlugY/othersFeatures.h

16 lines
423 B
C
Raw Permalink Normal View History

/*=================================================================
File created by Yohann NICOLAS.
Others features.
=================================================================*/
2017-01-23 19:34:12 +00:00
#pragma once
2017-01-23 19:34:12 +00:00
#include "common.h"
extern bool active_othersFeatures;
void Install_OthersFeatures();
void Install_ChangeResolution();
2017-01-23 19:34:12 +00:00
/*================================= END OF FILE =================================*/