]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menuqc/system/mgfx.qh
give menu source its own directory
[divverent/nexuiz.git] / data / menuqc / system / mgfx.qh
1 // DP/Nex Menu
2 // system/mgfx.qh
3
4 vector Menu_Clip_Position;
5 vector Menu_Clip_Size;
6 vector Menu_Origin;
7
8 vector( vector pPos )  Menu_OrgToMen;
9 vector( vector pPos )  Menu_MenToOrg;
10 vector( vector pPos )  Menu_ConToOrg;
11 vector( vector pPos )  Menu_OrgToCon;
12
13 float( vector pPosition, float pCharacter, vector pScale, vector pRGB, float pAlpha, float pFlag )
14 Menu_DrawCharacter;
15
16 float( vector pPosition, string pText, vector pScale, vector pRGB, float pAlpha, float pFlag )
17 Menu_DrawString;
18
19 float( vector pPosition, string pPicture, vector pSize, vector pRGB, float pAlpha, float pFlag )
20 Menu_DrawPicture;
21
22 float( vector pPosition, vector pSize, vector pRGB, float pAlpha, float pFlag )
23 Menu_Fill;
24
25 void( float pX, float pY, float pWidth, float pHeight )
26 Menu_SetClipArea;
27
28 void()
29 Menu_ResetClipArea;
30
31 #ifdef USEFUNCTIONS
32 void( string pText )
33 _Menu_Process_Debug_Print;
34 #endif
35
36 bool _menu_process_filtered;