engine/gui/guiDefaultControlRender.h
2024-01-07 04:36:33 +00:00

13 lines
380 B
C

//-----------------------------------------------------------------------------
// Torque Game Engine
//
// Copyright (c) 2001 GarageGames.Com
//-----------------------------------------------------------------------------
#ifndef _H_GUIDEFAULTCONTROLRENDER_
#define _H_GUIDEFAULTCONTROLRENDER_
void renderRaisedBox(RectI &bounds);
void renderLoweredBox(RectI &bounds);
#endif