This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/mainui/ui_title_anim.h

19 lines
465 B
C

#define AS_TO_TITLE 1
#define AS_TO_BUTTON 2
void UI_SetTitleAnim( int anim_state, menuPicButton_s *picid );
void UI_DrawTitleAnim( void );
void UI_InitTitleAnim( void );
void UI_TACheckMenuDepth( void );
float UI_GetTitleTransFraction( void );
typedef struct
{
int x, y, lx, ly;
} quad_t;
void UI_PopPButtonStack( void );
void UI_ClearButtonStack( void );
// èñïîëüçîâàòü êóñîê èç btns_main.bmp çàìåñòî head_%s.bmp
//#define TA_ALT_MODE 1