mirror of
https://github.com/tribes2/engine.git
synced 2026-01-20 03:34:48 +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 |