12 lines
324 B
C
Executable File
12 lines
324 B
C
Executable File
//-----------------------------------------------------------------------------
|
|
// Torque Game Engine
|
|
// Copyright (C) GarageGames.com, Inc.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef _GAMEFUNCTIONS_H_
|
|
#define _GAMEFUNCTIONS_H_
|
|
|
|
void RegisterGameFunctions();
|
|
|
|
#endif
|