oops, left bmdx off of init fcn list

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@253 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-06-25 18:04:39 +00:00
parent b5141d50da
commit b921029215

View File

@ -59,6 +59,7 @@ VGMSTREAM * (*init_vgmstream_fcns[])(STREAMFILE *streamFile) = {
init_vgmstream_ogg_vorbis,
#endif
init_vgmstream_sadb,
init_vgmstream_ps2_bmdx,
};
#define INIT_VGMSTREAM_FCNS (sizeof(init_vgmstream_fcns)/sizeof(init_vgmstream_fcns[0]))