mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
imgui: Update
This commit is contained in:
parent
31a29e8a32
commit
763b443459
2 changed files with 5 additions and 2 deletions
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
#include <GL/glew.h>
|
#include <GL/glew.h>
|
||||||
|
|
||||||
|
#include <imgui/imgui.h>
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
|
|
||||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue