engine/game/version.cc

19 lines
429 B
C++
Raw Permalink Normal View History

2024-01-07 04:36:33 +00:00
//-----------------------------------------------------------------------------
// V12 Engine
//
// Copyright (c) 2001 GarageGames.Com
// Portions Copyright (c) 2001 by Sierra Online, Inc.
//-----------------------------------------------------------------------------
#include "platform/platform.h"
#include "game/version.h"
static const U32 csgVersionNumber = 1000;
U32 getVersionNumber()
{
return csgVersionNumber;
}