mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-12-03 14:06:03 +00:00
13 lines
334 B
C
13 lines
334 B
C
|
/*=================================================================
|
||
|
File created by Yohann NICOLAS.
|
||
|
|
||
|
Interface Skills functions
|
||
|
|
||
|
=================================================================*/
|
||
|
|
||
|
#ifndef __INTERFACE_SKILLS_HPP__INCLUDED
|
||
|
#define __INTERFACE_SKILLS_HPP__INCLUDED
|
||
|
|
||
|
void Install_InterfaceSkills();
|
||
|
|
||
|
#endif
|