Skip to content

Instantly share code, notes, and snippets.

View PredatorMF's full-sized avatar

Pencheff PredatorMF

View GitHub Profile
@PredatorMF
PredatorMF / UIOption.cpp
Last active April 22, 2020 06:09
Urho3D UIOption
#include "ui_option.h"
#include <Urho3D/Core/Context.h>
#include <Urho3D/Resource/ResourceCache.h>
#include <Urho3D/UI/UI.h>
#include <Urho3D/UI/Text.h>
#include <Urho3D/UI/UIEvents.h>
#include <Urho3D/Input/InputEvents.h>
namespace Urho3D {
@PredatorMF
PredatorMF / tb_ui_renderer.cpp
Last active October 22, 2018 13:20
Urho3D TurboBadger integration
#include <Urho3D/UI/Window.h>
#include <Urho3D/Core/Context.h>
#include <Urho3D/Core/Object.h>
#include <Urho3D/Core/CoreEvents.h>
#include <Urho3D/UI/UI.h>
#include <Urho3D/UI/UIElement.h>
#include <Urho3D/UI/UIEvents.h>
#include <Urho3D/Input/Input.h>
#include <Urho3D/Graphics/Graphics.h>
#include <Urho3D/Graphics/GraphicsEvents.h>