mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +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 |