Odamex
Setting the Standard in Multiplayer Doom
textscreen/txt_strut.cpp File Reference

Functions

txt_strut_tTXT_NewStrut (int width, int height)
 Create a new strut.

Variables

txt_widget_class_t txt_strut_class

Function Documentation

txt_strut_t* TXT_NewStrut ( int  width,
int  height 
)

Create a new strut.

Parameters:
widthWidth of the strut, in characters.
heightHeight of the strut, in characters.

Variable Documentation

Initial value:
{
    TXT_StrutSizeCalc,
    TXT_StrutDrawer,
    TXT_StrutKeyPress,
    TXT_StrutDestructor,
    NULL,
    NULL,
}
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends