ReFreeLook/src/main.h

7 lines
144 B
C
Raw Normal View History

2016-06-02 18:29:01 +06:00
#pragma once
bool OnAmxxAttach();
bool OnMetaAttach();
void OnMetaDetach();
2016-06-21 06:10:15 +07:00
CGameRules *InstallGameRules(IReGameHook_InstallGameRules *chain);