mirror of
https://github.com/rehlds/ReFreeLook.git
synced 2025-03-14 14:20:21 +03:00
7 lines
144 B
C
7 lines
144 B
C
#pragma once
|
|
|
|
bool OnAmxxAttach();
|
|
bool OnMetaAttach();
|
|
void OnMetaDetach();
|
|
CGameRules *InstallGameRules(IReGameHook_InstallGameRules *chain);
|