|
|
1.1 ! root 1: // ! 2: // nono ! 3: // Copyright (C) 2022 nono project ! 4: // Licensed under nono-license.txt ! 5: // ! 6: ! 7: // ! 8: // ROM 種別を表示するウィンドウ ! 9: // ! 10: ! 11: #pragma once ! 12: ! 13: #include "wxmonitor.h" ! 14: #include "wxtextscreen.h" ! 15: ! 16: class WXROMWindow : public WXSubWindow ! 17: { ! 18: using inherited = WXSubWindow; ! 19: ! 20: public: ! 21: WXROMWindow(wxWindow *parent); ! 22: ~WXROMWindow() override; ! 23: ! 24: private: ! 25: WXTextScreen *panel {}; ! 26: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.