Add NBIO_TYPE_OGG/NBIO_TYPE_WAV

This commit is contained in:
twinaphex 2017-05-13 08:03:00 +02:00
parent acf7c681b4
commit 43dcc3d501

View File

@ -67,7 +67,9 @@ enum nbio_type
NBIO_TYPE_JPEG,
NBIO_TYPE_PNG,
NBIO_TYPE_TGA,
NBIO_TYPE_BMP
NBIO_TYPE_BMP,
NBIO_TYPE_OGG,
NBIO_TYPE_WAV
};
typedef struct nbio_handle