windows housekeeping
This commit is contained in:
@@ -88,7 +88,7 @@ void DrawMenu(Menu ¶ms);
|
|||||||
|
|
||||||
static Menu kMainMenu;
|
static Menu kMainMenu;
|
||||||
|
|
||||||
constexpr std::string kSeparator = "-";
|
const std::string kSeparator = "-";
|
||||||
|
|
||||||
IMGUI_API bool OpenUrl(const std::string &url);
|
IMGUI_API bool OpenUrl(const std::string &url);
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
namespace yaze {
|
namespace yaze {
|
||||||
namespace util {
|
namespace util {
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
#ifndef YAZE_UTIL_MACRO_H
|
#ifndef YAZE_UTIL_MACRO_H
|
||||||
#define YAZE_UTIL_MACRO_H
|
#define YAZE_UTIL_MACRO_H
|
||||||
|
|
||||||
|
using uint = unsigned int;
|
||||||
|
|
||||||
#define TAB_ITEM(w) if (ImGui::BeginTabItem(w)) {
|
#define TAB_ITEM(w) if (ImGui::BeginTabItem(w)) {
|
||||||
#define END_TAB_ITEM() \
|
#define END_TAB_ITEM() \
|
||||||
ImGui::EndTabItem(); \
|
ImGui::EndTabItem(); \
|
||||||
|
|||||||
Reference in New Issue
Block a user