mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-14 15:42:52 +01:00
f2a9f60807
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@38 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
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
|