about summary refs log tree commit diff stats
path: root/data/maps/the_double_sided/rooms/Obverse Blue Area.txtpb
blob: 1a219525319ce339f72577d144b0d2ce9eb16dc1 (generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-10-03 11:54:15 +0000
pan> wxDialog { public: explicit LogDialog(wxWindow* parent); void LogMessage(const std::string& message); private: void OnLogMessage(wxCommandEvent& event); wxTextCtrl* text_area_; }; #endif /* end of include guard: LOG_DIALOG_H_EEFD45B6 */