mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 09:06:54 +02:00
Add various extra customization options for custom themes. Fixes #40
This commit is contained in:
21
arm9/source/themes/custom/CustomThemeInfo.h
Normal file
21
arm9/source/themes/custom/CustomThemeInfo.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
#include "CustomBannerListTextElementInfo.h"
|
||||
#include "CustomBottomIconInfo.h"
|
||||
#include "CustomTopIconInfo.h"
|
||||
#include "CustomTextElementInfo.h"
|
||||
|
||||
struct CustomThemeInfo
|
||||
{
|
||||
CustomTopIconInfo topIconInfo;
|
||||
CustomTopTextElementInfo topBannerTextLine0Info;
|
||||
CustomTopTextElementInfo topBannerTextLine1Info;
|
||||
CustomTopTextElementInfo topBannerTextLine2Info;
|
||||
CustomTopTextElementInfo topFileNameTextInfo;
|
||||
|
||||
CustomBottomIconInfo gridIconInfo;
|
||||
|
||||
CustomBottomIconInfo bannerListIconInfo;
|
||||
CustomBannerListTextElementInfo bannerListTextLine0Info;
|
||||
CustomBannerListTextElementInfo bannerListTextLine1Info;
|
||||
CustomBannerListTextElementInfo bannerListTextLine2Info;
|
||||
};
|
||||
Reference in New Issue
Block a user