This commit is contained in:
Branimir Karadžić
2017-04-02 20:56:46 -07:00
parent 9ff83a14b2
commit e905648804
5 changed files with 43 additions and 29 deletions

View File

@@ -8,9 +8,8 @@
#include <bx/readerwriter.h>
#include <bx/endian.h>
#include <bimg/bimg.h>
#include <bimg/bimg_decode.h>
#include <bimg/bimg_encode.h>
#include <bimg/decode.h>
#include <bimg/encode.h>
#if 0
# define BX_TRACE(_format, ...) fprintf(stderr, "" _format "\n", ##__VA_ARGS__)