vgmstream/src/meta/halpst.h

9 lines
136 B
C
Raw Normal View History

#include "../vgmstream.h"
#ifndef _HALPST_H
#define _HALPST_H
VGMSTREAM * init_vgmstream_halpst(const char * const filename);
#endif