plugy/PlugY/othersFeatures.h

16 lines
387 B
C
Raw Normal View History

/*=================================================================
File created by Yohann NICOLAS.
Others features.
=================================================================*/
#ifndef __OTHERSFEATURES_H__INCLUDED
#define __OTHERSFEATURES_H__INCLUDED
extern bool active_othersFeatures;
void Install_OthersFeatures();
void Install_ChangeResolution();
#endif