1#ifndef YAZE_APP_EDITOR_DUNGEON_WIDGETS_DUNGEON_ROOM_NAV_WIDGET_H
2#define YAZE_APP_EDITOR_DUNGEON_WIDGETS_DUNGEON_ROOM_NAV_WIDGET_H
24 static bool Draw(
const char*
id,
int room_id,
25 const std::function<
void(
int)>& on_navigate);
Editors are the view controllers for the application.