mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +00:00
13 lines
360 B
C
13 lines
360 B
C
/*=================================================================
|
|
File created by Yohann NICOLAS.
|
|
|
|
Save Player Custom Data.
|
|
|
|
=================================================================*/
|
|
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
void Install_SavePlayerData();
|
|
|
|
/*================================= END OF FILE =================================*/ |