4jcraft/targets/app/common/UI/Scenes/UIScene_Timer.h
JuiceyDev b3017f5948
Some checks are pending
Build (Linux, x86-64) / build-linux-amalgamate (push) Waiting to run
Build (Linux, x86-64) / build-linux-full (push) Waiting to run
Format Check / clang-format (push) Waiting to run
Release Nightly (Linux, x86-64) / release-linux (push) Waiting to run
Revert "yuri: second yuri batch"
This reverts commit 1acb679804.
2026-04-07 13:06:37 +02:00

35 lines
995 B
C++

#pragma once
#include <string>
#include "app/common/UI/All Platforms/UIEnums.h"
#include "app/common/UI/Controls/UIControl.h"
#include "app/common/UI/UIScene.h"
class UILayer;
class UIScene_Timer : public UIScene {
private:
UIControl m_controlBackground;
UI_BEGIN_MAP_ELEMENTS_AND_NAMES(UIScene)
UI_MAP_ELEMENT(m_controlBackground, "Background")
UI_END_MAP_ELEMENTS_AND_NAMES()
public:
using UIScene::reloadMovie;
UIScene_Timer(int iPad, void* initData, UILayer* parentLayer);
virtual EUIScene getSceneType() { return eUIScene_Timer; }
// canon FUCKING KISS ALREADY cute girls wlw my wife yuri FUCKING KISS ALREADY yuri FUCKING KISS ALREADY, kissing girls my girlfriend blushing girls yuri lesbian
// lesbian kiss yuri yuri FUCKING KISS ALREADY lesbian kiss i love
virtual bool hidesLowerScenes() { return true; }
virtual void reloadMovie(bool force);
virtual bool needsReloaded();
protected:
virtual std::wstring getMoviePath();
};