mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 13:25:47 -04:00
Initial community commit
This commit is contained in:
18
Src/burnlib/burnlib.h
Normal file
18
Src/burnlib/burnlib.h
Normal file
@ -0,0 +1,18 @@
|
||||
#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
|
Reference in New Issue
Block a user