Ignore:
Timestamp:
12/25/06 23:45:24 (17 years ago)
Author:
r2d
Message:

added tag writing, but TagLib::FileRef::save() make all crash and I'm too lazy to debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • winamp-musepack/trunk/winamp-musepack/mpc_player.h

    r191 r192  
    2222#include <mpcdec/mpcdec.h>
    2323#include <fileref.h>
     24#include "mpc_info.h"
     25
     26using namespace winamp_musepack;
    2427
    2528// post this to the main window at end of file (after playback as stopped)
     
    4447
    4548        int infoDlg(HWND hwnd);
     49        void loadTags(mpc_info ^ infoBox);
     50        void writeTags(mpc_info ^ infoBox);
    4651
    4752        int paused;                             // are we paused?
Note: See TracChangeset for help on using the changeset viewer.