Files
pico-launcher/arm9/source/themes/custom/CustomSubBackground.h
2025-11-25 17:41:31 +01:00

10 lines
237 B
C++

#pragma once
#include "../background/IThemeBackground.h"
class CustomSubBackground : public IThemeBackground
{
public:
void VBlank() override;
void LoadResources(const ITheme& theme, const VramContext& vramContext) override;
};