1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-12-13 01:08:51 +01:00
HLMetaModOfficial/sourcemm/metamod_console.h
David Anderson 6cfff6ed91 combining everything into one binary again now that api is separated
--HG--
branch : sourcemm-1.6.0
rename : sourcemm/oslink.cpp => sourcemm/metamod_oslink.cpp
rename : sourcemm/oslink.h => sourcemm/metamod_oslink.h
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/branches/sourcemm-1.6.0%40434
2007-09-28 21:31:02 +00:00

20 lines
479 B
C

/* ======== SourceMM ========
* Copyright (C) 2004-2007 Metamod:Source Development Team
* No warranties of any kind
*
* License: zlib/libpng
*
* Author(s): David "BAILOPAN" Anderson
* ============================
*/
#ifndef _INCLUDE_CONCOMMANDS_H
#define _INCLUDE_CONCOMMANDS_H
#include "metamod_provider.h"
bool Command_Meta(IMetamodSourceCommandInfo *info);
bool Command_ClientMeta(edict_t *client, IMetamodSourceCommandInfo *info);
#endif //_INCLUDE_CONCOMMANDS_H