mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 00:20:47 +01:00
cleanup: fix include
This commit is contained in:
parent
d777998602
commit
c333b20260
@ -3,7 +3,7 @@
|
|||||||
#ifndef _LIBVGMSTREAM_H_
|
#ifndef _LIBVGMSTREAM_H_
|
||||||
#define _LIBVGMSTREAM_H_
|
#define _LIBVGMSTREAM_H_
|
||||||
|
|
||||||
#define LIBVGMSTREAM_ENABLE 1
|
//#define LIBVGMSTREAM_ENABLE 1
|
||||||
#if LIBVGMSTREAM_ENABLE
|
#if LIBVGMSTREAM_ENABLE
|
||||||
|
|
||||||
/* By default vgmstream behaves like a decoder (decode samples until stream end), but you can configure
|
/* By default vgmstream behaves like a decoder (decode samples until stream end), but you can configure
|
||||||
@ -46,6 +46,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stddef.h>
|
||||||
#include "libvgmstream_streamfile.h"
|
#include "libvgmstream_streamfile.h"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user