1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00

More Source 2 / Dota shuffling.

- Remove tier1 interface/factory funcs that no longer exist.
- Add/fix tier0 interface funcs.
- Fix tier0 win64 link lib to have correct decorated names for Msg, Warning, etc.
- Update Error() shim to act more closely to old behavior.
- Moved CreateInterface impl to interfaces lib (appears to not be in tier1 anymore).
- Removed exports log channels that aren't exported in S2.
This commit is contained in:
Nick Hastings
2018-06-30 08:15:58 -04:00
parent 4f463be480
commit f60592b4f9
19 changed files with 208 additions and 458 deletions

View File

@ -10,7 +10,7 @@
#include "tier0/platform.h"
#ifdef IS_WINDOWS_PC
#include <windows.h> // UUIDCreate
#include <Rpc.h> // UUIDCreate
#else
#include "checksum_crc.h"
#endif