mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 06:50:20 +01:00
moving files around
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@15 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
eb6087ab53
commit
7d7ec31b0d
13
src/fmt/adx_header.h
Normal file
13
src/fmt/adx_header.h
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* adx.h - ADX reading and decoding
|
||||
*/
|
||||
|
||||
#include "../vgmstream.h"
|
||||
|
||||
#ifndef _ADX_H
|
||||
#define _ADX_H
|
||||
|
||||
VGMSTREAM * init_vgmstream_adx(const char * const filename);
|
||||
void decode_adx(VGMSTREAMCHANNEL * stream, sample * outbuf, int channelspacing, int32_t first_sample, int32_t samples_to_do);
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user