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