mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
imgui: Update
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
|
||||
#include <GL/glew.h>
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
||||
|
||||
|
||||
ImGuiWrapper::ImGuiWrapper()
|
||||
: m_glsl_version_string("")
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
#ifndef slic3r_ImGuiWrapper_hpp_
|
||||
#define slic3r_ImGuiWrapper_hpp_
|
||||
|
||||
#include <imgui\imgui.h>
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
class wxMouseEvent;
|
||||
class ImFont;
|
||||
class ImDrawData;
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
||||
Reference in New Issue
Block a user