mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 09:06:54 +02:00
Initial commit
This commit is contained in:
9
arm9/source/themes/custom/CustomMainBackground.h
Normal file
9
arm9/source/themes/custom/CustomMainBackground.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include "../background/IThemeBackground.h"
|
||||
|
||||
class CustomMainBackground : public IThemeBackground
|
||||
{
|
||||
public:
|
||||
void Draw(GraphicsContext& graphicsContext) override;
|
||||
void LoadResources(const ITheme& theme, const VramContext& vramContext) override;
|
||||
};
|
||||
Reference in New Issue
Block a user