Add missing prototype, ugh

This commit is contained in:
Jaime Passos 2019-12-12 21:43:19 -03:00
parent af3cf93683
commit ff348fb60a
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ UINT8 *HWR_GetScreenshot(void);
boolean HWR_Screenshot(const char *pathname);
void HWR_AddCommands(void);
void HWR_AddSessionCommands(void);
void HWR_CorrectSWTricks(void);
void transform(float *cx, float *cy, float *cz);
FBITFIELD HWR_TranstableToAlpha(INT32 transtablenum, FSurfaceInfo *pSurf);