tge/engine/game/gameFunctions.h
2017-04-17 06:17:10 -06:00

12 lines
324 B
C
Executable File

//-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//-----------------------------------------------------------------------------
#ifndef _GAMEFUNCTIONS_H_
#define _GAMEFUNCTIONS_H_
void RegisterGameFunctions();
#endif