tge/engine/game/gameFunctions.h
2025-02-17 23:17:30 -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