mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
HexEditor: Port HexEditor to GML compilation
This commit is contained in:
parent
bcec05a7cb
commit
935aaab757
15 changed files with 147 additions and 51 deletions
|
@ -21,6 +21,8 @@
|
|||
#include <LibGfx/Font/Font.h>
|
||||
#include <LibGfx/TextAlignment.h>
|
||||
|
||||
namespace HexEditor {
|
||||
|
||||
class HexEditor : public GUI::AbstractScrollableWidget {
|
||||
C_OBJECT(HexEditor)
|
||||
public:
|
||||
|
@ -111,3 +113,5 @@ private:
|
|||
|
||||
void reset_cursor_blink_state();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue