mirror of
https://github.com/tribes2/engine.git
synced 2026-01-20 19:54:46 +00:00
14 lines
362 B
C
14 lines
362 B
C
//-----------------------------------------------------------------------------
|
|
// V12 Engine
|
|
//
|
|
// Copyright (c) 2001 GarageGames.Com
|
|
// Portions Copyright (c) 2001 by Sierra Online, Inc.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef _GAMEFUNCTIONS_H_
|
|
#define _GAMEFUNCTIONS_H_
|
|
|
|
void RegisterGameFunctions();
|
|
|
|
#endif
|