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.
|
||
|
|
||
|
Load Player Custom Data.
|
||
|
|
||
|
=================================================================*/
|
||
|
|
||
|
#ifndef __LOADPLAYERDATA_H__INCLUDED
|
||
|
#define __LOADPLAYERDATA_H__INCLUDED
|
||
|
|
||
|
void Install_LoadPlayerData();
|
||
|
|
||
|
#endif
|