1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-22 06:40:57 +00:00
re3/src/PCSave.h

7 lines
90 B
C
Raw Normal View History

#pragma once
class C_PcSave
{
public:
static void SetSaveDirectory(const Char *path);
};