CreateTextureDefault

This commit is contained in:
Glenn Maynard
2007-02-13 09:55:33 +00:00
parent 8a8faf7d76
commit eeeda2a236
+1
View File
@@ -27,6 +27,7 @@ public:
PixelFormat pixfmt, PixelFormat pixfmt,
RageSurface* img, RageSurface* img,
bool bGenerateMipMaps ); bool bGenerateMipMaps );
unsigned CreateTextureDefault() { return 0; }
void UpdateTexture( void UpdateTexture(
unsigned iTexHandle, unsigned iTexHandle,
RageSurface* img, RageSurface* img,