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.
|
|
|
|
Save Player Custom Data.
|
|
|
|
=================================================================*/
|
|
|
|
#ifndef __SAVEPLAYERDATA_H__INCLUDED
|
|
#define __SAVEPLAYERDATA_H__INCLUDED
|
|
|
|
void Install_SavePlayerData();
|
|
|
|
#endif |