mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +00:00
Increase graph version
This commit is contained in:
parent
9ebfc98177
commit
4661b5c1a5
@ -103,7 +103,11 @@ typedef struct
|
||||
//=========================================================
|
||||
// CGraph
|
||||
//=========================================================
|
||||
#ifdef __amd64
|
||||
#define GRAPH_VERSION (int)16 * 10
|
||||
#else
|
||||
#define GRAPH_VERSION (int)16// !!!increment this whever graph/node/link classes change, to obsolesce older disk files.
|
||||
#endif
|
||||
|
||||
class CGraph
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user