mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 23:30:40 -04:00
Move UI dirty tracking out of application main.cpp.
This commit is contained in:
parent
fa465c14c4
commit
a9bb7c96e5
3 changed files with 20 additions and 10 deletions
|
@ -37,7 +37,9 @@
|
|||
|
||||
namespace ui {
|
||||
|
||||
extern void dirty_event();
|
||||
void dirty_set();
|
||||
void dirty_clear();
|
||||
bool is_dirty();
|
||||
|
||||
// TODO: Move these somewhere else!
|
||||
// TODO: Allow l=0 to not fill/justify? Already using this way in ui_spectrum.hpp...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue