mirror of
https://github.com/tribes2/engine.git
synced 2026-01-21 20:24:46 +00:00
13 lines
380 B
C
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
|