halflife25-sdk/ricochet/cl_dll/vgui_int.h

15 lines
225 B
C
Raw Normal View History

2013-08-30 20:34:05 +00:00
#ifndef VGUI_INT_H
#define VGUI_INT_H
extern "C"
{
void VGui_Startup();
void VGui_Shutdown();
//Only safe to call from inside subclass of Panel::paintBackground
void VGui_ViewportPaintBackground(int extents[4]);
}
#endif