add imgui input experiment flag

This commit is contained in:
scawful
2023-11-18 00:02:07 -05:00
parent 299770922c
commit b5ce6b96d7
3 changed files with 21 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
#include <memory>
#include "absl/status/status.h"
#include "app/core/common.h"
#include "app/editor/master_editor.h"
#include "app/gui/icons.h"
#include "app/gui/style.h"
@@ -20,7 +21,7 @@ namespace yaze {
namespace app {
namespace core {
class Controller {
class Controller : public ExperimentFlags {
public:
bool IsActive() const;
absl::Status OnEntry();