blob: 2a964387ae4320c9dcdc072ba6b46d9aa180ac8f (
plain)
1
2
3
4
5
6
7
8
|
// Body of GameInteractor::RemoveAllQueuedHooks, which is defined in the header on MSVC and in the
// .cpp everywhere else. See the declaration in GameInteractor.h for why.
#define DEFINE_HOOK(name, _) ProcessUnregisteredHooks<name>();
#include "GameInteractor_HookTable.h"
#undef DEFINE_HOOK
|