mirror of
https://github.com/tribes2/engine.git
synced 2026-01-21 12:14:46 +00:00
14 lines
344 B
C
14 lines
344 B
C
//-----------------------------------------------------------------------------
|
|
// V12 Engine
|
|
//
|
|
// Copyright (c) 2001 GarageGames.Com
|
|
// Portions Copyright (c) 2001 by Sierra Online, Inc.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef _VERSION_H_
|
|
#define _VERSION_H_
|
|
|
|
U32 getVersionNumber();
|
|
|
|
#endif
|