mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-12-02 13:36:02 +00:00
16 lines
411 B
C
16 lines
411 B
C
|
/*=================================================================
|
||
|
File created by Yohann NICOLAS.
|
||
|
|
||
|
Add an extra save file for each characters.
|
||
|
|
||
|
=================================================================*/
|
||
|
/*
|
||
|
#pragma once
|
||
|
|
||
|
#include "common.h"
|
||
|
|
||
|
DWORD loadClientSaveFile();
|
||
|
DWORD saveClientSaveFile();
|
||
|
|
||
|
|
||
|
/*================================= END OF FILE =================================*/
|