diff options
| author | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
|---|---|---|
| committer | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
| commit | 3bf9df6b2785fa6d951086978a3e66f49427166a (patch) | |
| tree | 2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /public/gcsdk/gcschema.h | |
| download | archived-source-engine-2018-hl2-src-master.tar.xz archived-source-engine-2018-hl2-src-master.zip | |
Diffstat (limited to 'public/gcsdk/gcschema.h')
| -rw-r--r-- | public/gcsdk/gcschema.h | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/public/gcsdk/gcschema.h b/public/gcsdk/gcschema.h new file mode 100644 index 0000000..65ffd7b --- /dev/null +++ b/public/gcsdk/gcschema.h @@ -0,0 +1,50 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef GC_SCHEMA_H +#define GC_SCHEMA_H +#ifdef _WIN32 +#pragma once +#endif + +#include "tier0/platform.h" +#include "steam/steamtypes.h" + +#include "tier0/dbg.h" + +// include this before checksum_crc specifically to avoid the +// CRC references +#include "steam/steamclientpublic.h" + +#include "tier1/utlmap.h" +#include "tier1/utlstring.h" +#include "tier1/utlbuffer.h" +#include "tier1/mempool.h" +#include "tier1/tsmempool.h" +#include "tier1/tsmultimempool.h" +#include "tier1/fmtstr.h" + +#include "vstdlib/coroutine.h" + +// public stuff +#include "gamecoordinator/igcsqlresultsetlist.h" + +// These are first since they're used all over +#include "gcconstants.h" +#include "refcount.h" + +// SQL Access stuff +#include "sqlaccess/record.h" +#include "sqlaccess/schema.h" + +#include "sqlaccess/recordinfo.h" +#include "sqlaccess/schemafull.h" + + + + +#endif
\ No newline at end of file |