mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-30 12:24:20 +01:00
17 lines
398 B
C
17 lines
398 B
C
|
/* ======== stub_mm ========
|
||
|
* Copyright (C) 2004-2005 Metamod:Source Development Team
|
||
|
* No warranties of any kind
|
||
|
*
|
||
|
* License: zlib/libpng
|
||
|
*
|
||
|
* Author(s): David "BAILOPAN" Anderson
|
||
|
* ============================
|
||
|
*/
|
||
|
|
||
|
#ifndef _INCLUDE_META_HOOKS_H
|
||
|
#define _INCLUDE_META_HOOKS_H
|
||
|
|
||
|
SH_DECL_HOOK3_void(IServerGameDLL, ServerActivate, SH_NOATTRIB, 0, edict_t *, int, int);
|
||
|
|
||
|
#endif //_INCLUDE_META_HOOKS_H
|