1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Fix compilation errors when TXFILTER_DLL defined

This commit is contained in:
Sergey Lipskiy 2015-02-23 21:30:01 +06:00
parent b55656b615
commit 8e546e6f4b

View File

@ -155,6 +155,10 @@ typedef void (*dispInfoFuncExt)(const wchar_t *format, ...);
#endif // OS_WINDOWS
#ifdef TXFILTER_DLL
typedef unsigned char uint8;
typedef unsigned short uint16;
typedef unsigned long uint32;
boolean ext_ghq_init(int maxwidth, /* maximum texture width supported by hardware */
int maxheight,/* maximum texture height supported by hardware */
int maxbpp, /* maximum texture bpp supported by hardware */