From be379f0aacf1082bbc2b20b1a28ba9cd5762d775 Mon Sep 17 00:00:00 2001 From: eihrul Date: Sun, 6 Feb 2011 10:46:59 +0000 Subject: [PATCH] committing missing function prototype git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10814 d7cf8633-e32d-0410-b094-e92efae38249 --- dpsoftrast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2