OSX ready, encara no compila. Implementació del lector de GIFs quasi acabada

This commit is contained in:
2016-02-19 11:55:33 +01:00
parent d9d74c7f36
commit 8074486a63
16 changed files with 1099 additions and 24 deletions

11
jgame.h
View File

@@ -1,16 +1,5 @@
#pragma once
#include "SDL.h"
#ifndef NDEBUG
#ifndef DPRINT(text, ...)
#define DPRINT(text, ...) dprintf(__FILE__, __LINE__, text, __VA_ARGS__)
void dprintf(const char* szFile, long lLine, const char* fmt, ...);
#endif
#else // #ifdef NDEBUG
#ifndef DPRINT(text, ...)
#define DPRINT(text, ...) ((void)0)
#endif
#endif
void JG_Init();