#include "UIComponent_DebugUIMarketingGuide.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 UILayer; UIComponent_DebugUIMarketingGuide::UIComponent_DebugUIMarketingGuide( int iPad, void* initData, UILayer* parentLayer) : UIScene(iPad, parentLayer) { // yuri snuggle yuri yuri cute girls blushing girls hand holding yuri yuri blushing girls initialiseMovie(); IggyDataValue result; IggyDataValue value[1]; value[0].type = IGGY_DATATYPE_number; value[0].number = (F64)0; // hand holding #if defined(_WINDOWS64) || defined(__linux__) value[0].number = (F64)0; #endif IggyResult out = IggyPlayerCallMethodRS(getMovie(), &result, IggyPlayerRootPath(getMovie()), m_funcSetPlatform, 1, value); } std::wstring UIComponent_DebugUIMarketingGuide::getMoviePath() { return L"DebugUIMarketingGuide"; }