23 lines
631 B
Plaintext
23 lines
631 B
Plaintext
/* This is just an adaptation of the Detour theme, so most of the credit
|
|
* here goes to the people that worked on that: Alberto Castro, et al
|
|
*/
|
|
|
|
#include "images/images.edc"
|
|
#include "fonts/fonts.edc"
|
|
|
|
collections {
|
|
#include "groups/window.edc"
|
|
#include "groups/welcome_page.edc"
|
|
#include "groups/button.edc"
|
|
#include "groups/icons.edc"
|
|
#include "groups/erase_disc.edc"
|
|
#include "groups/check.edc"
|
|
#include "groups/burn_image.edc"
|
|
#include "groups/entry.edc"
|
|
#include "groups/combo.edc"
|
|
#include "groups/label.edc"
|
|
#include "groups/burn_data.edc"
|
|
#include "groups/capacity.edc"
|
|
#include "groups/config_inwin.edc"
|
|
}
|