//========= Copyright 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: // //=============================================================================// #ifndef ADDONTYPES_H #define ADDONTYPES_H #pragma once #ifndef WIN32 typedef unsigned long long SessionInt64; #else typedef unsigned __int64 SessionInt64; #endif #endif // ADDONTYPES_H
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 5817 | Knut Wikstrom | Added base Valve SDK code to start modding. |