Merge pull request #28 from ShFil119/master

Fix sdl and linux build
This commit is contained in:
aap
2020-04-25 00:45:51 +02:00
committed by GitHub
10 changed files with 18 additions and 13 deletions
+1 -1
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 */