From: eihrul Date: Sun, 6 Feb 2011 10:46:59 +0000 (+0000) Subject: committing missing function prototype X-Git-Tag: xonotic-v0.5.0~438^2~27 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=be379f0aacf1082bbc2b20b1a28ba9cd5762d775;p=xonotic%2Fdarkplaces.git committing missing function prototype git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10814 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/dpsoftrast.h b/dpsoftrast.h index f7380850..67e463db 100644 --- a/dpsoftrast.h +++ b/dpsoftrast.h @@ -31,7 +31,7 @@ typedef enum DPSOFTRAST_TEXTURE_FILTER_e } DPSOFTRAST_TEXTURE_FILTER; -void DPSOFTRAST_Init(int width, int height, int numthreads, unsigned int *colorpixels, unsigned int *depthpixels); +void DPSOFTRAST_Init(int width, int height, int numthreads, int interlace, unsigned int *colorpixels, unsigned int *depthpixels); void DPSOFTRAST_Shutdown(void); void DPSOFTRAST_Flush(void); void DPSOFTRAST_Finish(void);