- LibraryExists() now works on extensions

- geoip and cstrike now work as libraries

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401579
This commit is contained in:
David Anderson
2007-10-15 04:27:56 +00:00
parent c803eb8328
commit e08b4cdf1e
8 changed files with 60 additions and 4 deletions
+1
View File
@@ -65,6 +65,7 @@ bool CStrike::SDK_OnLoad(char *error, size_t maxlength, bool late)
}
sharesys->AddNatives(myself, g_CSNatives);
sharesys->RegisterLibrary(myself, "cstrike");
return true;
}