1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-30 19:52:17 +01:00

linux/gcc/32bit compatibility

----------------------------------------------------------------------

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40165
This commit is contained in:
Pavol Marko 2005-12-23 23:15:18 +00:00
parent 27de459d8f
commit 1a1366323e
3 changed files with 4 additions and 3 deletions

View File

@ -125,4 +125,5 @@ void Test_PausePlugin(SourceHook::ISourceHook *shptr, SourceHook::Plugin plug)
void Test_UnpausePlugin(SourceHook::ISourceHook *shptr, SourceHook::Plugin plug)
{
static_cast<SourceHook::CSourceHookImpl *>(shptr)->UnpausePlugin(plug);
}
}

View File

@ -18,7 +18,6 @@
Then testbail2.cpp which has the new version adds a hook on the same function and
does a recall and overrides the value in it.
*/
#include "sourcehook_test.h"
#include "testbail.h"

View File

@ -36,4 +36,5 @@ namespace
{
SourceHook::Plugin g_PLID;
SH_DECL_HOOK1(IGaben, EatYams, SH_NOATTRIB, 0, int, int);
}
}