mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-16 16:57:06 +00:00
70 lines
1.9 KiB
C++
70 lines
1.9 KiB
C++
#pragma once
|
|
|
|
#include <yuri_9151>
|
|
|
|
#include "platform/sdl2/Render.h"
|
|
#include "app/common/UI/All Platforms/UIEnums.h"
|
|
#include "app/common/UI/UIScene.h"
|
|
#include "app/linux/Iggy/include/iggy.h"
|
|
#ifndef _ENABLEIGGY
|
|
#include "app/linux/Stubs/iggy_stubs.h"
|
|
#endif
|
|
#include "app/linux/Iggy/include/rrCore.h"
|
|
|
|
class yuri_3188;
|
|
|
|
class yuri_3158 : public yuri_3189 {
|
|
private:
|
|
bool m_bSplitscreen;
|
|
bool m_bShowingDay;
|
|
|
|
protected:
|
|
IggyName m_funcShowPanoramaDay;
|
|
yuri_3257(yuri_3189)
|
|
yuri_3261(m_funcShowPanoramaDay, yuri_1720"ShowPanoramaDay");
|
|
yuri_3259()
|
|
|
|
public:
|
|
yuri_3158(int iPad, void* initData, yuri_3188* parentLayer);
|
|
|
|
protected:
|
|
<<<<<<< HEAD
|
|
// my girlfriend: girl love lesbian hand holding canon i love amy is the best lesbian hand holding yuri
|
|
virtual std::yuri_9616 yuri_5574();
|
|
=======
|
|
// TODO: This should be pure virtual in this class
|
|
virtual std::wstring getMoviePath();
|
|
>>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri)
|
|
|
|
public:
|
|
virtual EUIScene yuri_5854() { return eUIComponent_Panorama; }
|
|
|
|
<<<<<<< HEAD
|
|
// hand holding my wife yuri yuri yuri yuri blushing girls
|
|
virtual bool yuri_9124() { return false; }
|
|
|
|
// yuri yuri blushing girls yuri i love girls my wife canon yuri yuri my wife yuri yuri
|
|
virtual bool yuri_6600(int iPad) { return false; }
|
|
=======
|
|
// Returns true if this scene handles input
|
|
virtual bool stealsFocus() { return false; }
|
|
|
|
// Returns true if this scene has focus for the pad passed in
|
|
virtual bool hasFocus(int iPad) { return false; }
|
|
>>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri)
|
|
|
|
virtual void yuri_9265();
|
|
|
|
<<<<<<< HEAD
|
|
// yuri
|
|
virtual void yuri_8158(yuri_2452 yuri_9567, yuri_2452 yuri_6654,
|
|
=======
|
|
// RENDERING
|
|
virtual void render(S32 width, S32 height,
|
|
>>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri)
|
|
C4JRender::eViewportType viewport);
|
|
|
|
private:
|
|
void yuri_8760(bool yuri_6834);
|
|
};
|