1 #ifndef _wxwidgets__window_romload__hpp__included__
2 #define _wxwidgets__window_romload__hpp__included__
10 wxwindow_romload(const std::string
& path
);
11 bool show(wxWindow
* parent
);
12 std::string
get_core() { return core
; }
13 std::string
get_type() { return type
; }
14 std::string
get_filename() { return filename
; }