OSX ready, encara no compila. Implementació del lector de GIFs quasi acabada
This commit is contained in:
11
jgame.h
11
jgame.h
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user