mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
18 lines
353 B
C
18 lines
353 B
C
|
#ifndef NULLSOFT_BURN_LIBRARY_HEADER
|
||
|
#define NULLSOFT_BURN_LIBRARY_HEADER
|
||
|
|
||
|
#include "./main.h"
|
||
|
|
||
|
#include "./item.h"
|
||
|
#include "./playlist.h"
|
||
|
#include "./eraseMedium.h"
|
||
|
|
||
|
#include "./uiUpdatingData.h"
|
||
|
#include "./uiUnitReady.h"
|
||
|
#include "./uiCheckMedium.h"
|
||
|
|
||
|
#include "./uiEraseMedium.h"
|
||
|
#include "./uiBurnPlaylist.h"
|
||
|
|
||
|
|
||
|
#endif //NULLSOFT_BURN_LIBRARY_HEADER
|