mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-12-02 13:36:02 +00:00
13 lines
324 B
C
13 lines
324 B
C
|
/*=================================================================
|
||
|
File created by Yohann NICOLAS.
|
||
|
|
||
|
Interface functions
|
||
|
|
||
|
=================================================================*/
|
||
|
|
||
|
#ifndef __INTERFACE_STASH_HPP__INCLUDED
|
||
|
#define __INTERFACE_STASH_HPP__INCLUDED
|
||
|
|
||
|
void Install_InterfaceStash();
|
||
|
|
||
|
#endif
|