mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +00:00
16 lines
387 B
C
16 lines
387 B
C
/*=================================================================
|
|
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 |