mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-13 14:06:58 +03:00
6 lines
73 B
C
6 lines
73 B
C
#ifndef __HOOK_H__
|
|
#define __HOOK_H__
|
|
|
|
void CG_HookClientGame();
|
|
|
|
#endif
|