1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-28 15:18:40 +00:00
re3/src/control/Restart.h

10 lines
219 B
C
Raw Normal View History

2019-08-03 13:01:13 +00:00
#pragma once
class CRestart
{
public:
static void AddPoliceRestartPoint(const CVector&, float);
static void AddHospitalRestartPoint(const CVector&, float);
static void OverrideNextRestart(const CVector&, float);
};