From cc731f47324cf58c899b242e34d661b651d3acef Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Tue, 25 Jun 2019 01:42:23 +0300 Subject: More replay stuff --- src/Streaming.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Streaming.h') diff --git a/src/Streaming.h b/src/Streaming.h index 93c2e73e..2b2efe79 100644 --- a/src/Streaming.h +++ b/src/Streaming.h @@ -119,4 +119,7 @@ public: static void ImGonnaUseStreamingMemory(void); static void IHaveUsedStreamingMemory(void); static void UpdateMemoryUsed(void); + + static void LoadScene(CVector *pos); + static void LoadAllRequestedModels(bool); }; -- cgit v1.2.3