mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-14 23:52:53 +01:00
9 lines
136 B
C
9 lines
136 B
C
|
#include "../vgmstream.h"
|
||
|
|
||
|
#ifndef _HALPST_H
|
||
|
#define _HALPST_H
|
||
|
|
||
|
VGMSTREAM * init_vgmstream_halpst(const char * const filename);
|
||
|
|
||
|
#endif
|