mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Fixed imgui on UIWidgets
This commit is contained in:
parent
63933461ef
commit
b85e6036a8
2 changed files with 2 additions and 1 deletions
|
@ -7,9 +7,9 @@
|
|||
|
||||
#include "UIWidgets.h"
|
||||
|
||||
#define IMGUI_DEFINE_MATH_OPERATORS
|
||||
#include "libultraship/src/Context.h"
|
||||
|
||||
#include <ImGui/imgui.h>
|
||||
#include <ImGui/imgui_internal.h>
|
||||
#include <libultraship/libultraship.h>
|
||||
#include <libultraship/libultra/types.h>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <vector>
|
||||
#include <span>
|
||||
#include <stdint.h>
|
||||
#define IMGUI_DEFINE_MATH_OPERATORS
|
||||
#include <ImGui/imgui.h>
|
||||
#include <libultraship/libultraship.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue