1
0
mirror of https://github.com/td512/re3.git synced 2026-01-18 19:36:44 +00:00
td512.re3/src/PCSave.h

7 lines
90 B
C++

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