mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
bit cleaner.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@524 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7a5b5d220b
commit
aaa1e1948f
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ void SWDraw_Init (void);
|
|||
void SWDraw_ReInit (void);
|
||||
void SWDraw_Shutdown(void);
|
||||
void SWDraw_Character (int x, int y, unsigned int num);
|
||||
void SWDraw_ImageColours (float r, float g, float b, float a);
|
||||
void SWDraw_Image (float xp, float yp, float wp, float hp, float s1, float t1, float s2, float t2, qpic_t *pic);
|
||||
void SWDraw_ColouredCharacter (int x, int y, unsigned int num);
|
||||
void SWDraw_DebugChar (qbyte num);
|
||||
void SWDraw_SubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height);
|
||||
|
|
Loading…
Reference in a new issue