10#ifndef gfCDebugMenuGuihdr
11#define gfCDebugMenuGuihdr
40 struct fsDebugButton {
41 fsDebugButton(
fsStr pName,
fsStr pText) : mName(pName), mText(pText) {}
47 std::vector<fsDebugButton> mButtons;
48 fsCEntity*
const debugButtonCreate(
const fsStr& pButtonName);
Definition fsCEntity.h:39
Definition fsCUniqueId.h:21
fsIComponent(fsCEntity *pParent)
Definition fsIComponent.cpp:86
fsIMessageListenerGuiComponent(fsCEntity *pParent, fsS32 pPriority)
Definition fsIMessageListenerGuiComponent.cpp:4
bool fsBool
Definition fsBaseTypes.h:26
Definition fsIMessageDispatcher.h:32