Ignore:
Timestamp:
03/28/07 17:04:57 (17 years ago)
Author:
r2d
Message:

added native windows GUI (work in progress)

File:
1 edited

Legend:

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

    r248 r249  
    2020#pragma once
    2121
    22 #include <mpcdec/mpcdec.h>
    23 #include <fileref.h>
    24 #include "mpc_info.h"
    25 
    26 using namespace winamp_musepack;
     22#include <mpc/mpcdec.h>
     23#include <taglib/fileref.h>
    2724
    2825// post this to the main window at end of file (after playback as stopped)
     
    4744
    4845        int infoDlg(HWND hwnd);
    49         void loadTags(mpc_info ^ infoBox);
    50         void writeTags(mpc_info ^ infoBox);
     46        void initDlg(HWND hDlg);
    5147
    5248        int paused;                             // are we paused?
Note: See TracChangeset for help on using the changeset viewer.