mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-26 16:12:02 +08:00
imgui: Update
This commit is contained in:
parent
31a29e8a32
commit
763b443459
@ -7,9 +7,11 @@
|
|||||||
|
|
||||||
#include <GL/glew.h>
|
#include <GL/glew.h>
|
||||||
|
|
||||||
|
#include <imgui/imgui.h>
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
|
|
||||||
|
|
||||||
ImGuiWrapper::ImGuiWrapper()
|
ImGuiWrapper::ImGuiWrapper()
|
||||||
: m_glsl_version_string("")
|
: m_glsl_version_string("")
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
#ifndef slic3r_ImGuiWrapper_hpp_
|
#ifndef slic3r_ImGuiWrapper_hpp_
|
||||||
#define slic3r_ImGuiWrapper_hpp_
|
#define slic3r_ImGuiWrapper_hpp_
|
||||||
|
|
||||||
#include <imgui\imgui.h>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
class wxMouseEvent;
|
class wxMouseEvent;
|
||||||
|
class ImFont;
|
||||||
|
class ImDrawData;
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user