Mario Kart 64
|
#include "Menu.h"
#include "UIWidgets.h"
#include "port/Engine.h"
#include "window/gui/GuiMenuBar.h"
#include "window/gui/GuiElement.h"
#include <variant>
#include <spdlog/fmt/fmt.h>
#include <tuple>
#include "audio/external.h"
#include "defines.h"
Namespaces | |
namespace | BenGui |
namespace | Ship |
Functions | |
void | Warp () |
bool | Ship::operator== (Color_RGB8 const &l, Color_RGB8 const &r) noexcept |
bool | Ship::operator== (Color_RGBA8 const &l, Color_RGBA8 const &r) noexcept |
bool | Ship::operator< (Color_RGB8 const &l, Color_RGB8 const &r) noexcept |
bool | Ship::operator< (Color_RGBA8 const &l, Color_RGBA8 const &r) noexcept |
bool | Ship::operator> (Color_RGB8 const &l, Color_RGB8 const &r) noexcept |
bool | Ship::operator> (Color_RGBA8 const &l, Color_RGBA8 const &r) noexcept |
uint32_t | Ship::GetVectorIndexOf (std::vector< std::string > &vector, std::string value) |
bool | Ship::ModernMenuSidebarEntry (std::string label) |
bool | Ship::ModernMenuHeaderEntry (std::string label) |
Variables | |
s32 | gGamestateNext |
s32 | gMenuSelection |
std::vector< ImVec2 > | windowTypeSizes = { {} } |
std::unordered_map< s16, const char * > | warpPointSceneList |
std::string | Ship::disabledTempTooltip |
const char * | Ship::disabledTooltip |
bool | Ship::disabledValue = false |
|
extern |
|
extern |
|
extern |
Data
|
extern |
std::vector<ImVec2> windowTypeSizes = { {} } |