Fix sdl and linux build

This commit is contained in:
Filip Gawin
2020-04-24 17:41:48 +02:00
parent 374f951d7c
commit e3227f5558
10 changed files with 18 additions and 13 deletions

View File

@@ -96,7 +96,7 @@ Texture *readNativeTexture(Stream *stream);
void writeNativeTexture(Texture *tex, Stream *stream);
uint32 getSizeNativeTexture(Texture *tex);
enum {
enum : uint32 {
D3DFMT_UNKNOWN = 0xFFFFFFFF,
/* Swizzled formats */