r5sdk/r5dev/engine/host_cmd.cpp
Amos 69161ae6c0 Implement RTech_AsyncLoad hook and concommand
The ConCommand 'rtech_asyncload' allows the user to load specific pak files on-demand.
2021-12-27 16:53:35 +01:00

6 lines
204 B
C++

#include "core/stdafx.h"
#include "tier0/basetypes.h"
#include "engine/host_cmd.h"
// TODO: this file is for when dedicated is stable, to move hardcoded patches in Host_Init for a more dynamic solution.