mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 19:52:17 -04:00
Move AIS recent items list draw function back into class.
This commit is contained in:
parent
fb8e5b21df
commit
eda6e6a5be
2 changed files with 10 additions and 2 deletions
|
@ -151,6 +151,14 @@ private:
|
|||
const EntryKey invalid_key = 0xffffffff;
|
||||
|
||||
void advance(const int32_t amount);
|
||||
|
||||
void draw(
|
||||
const AISRecentEntry& entry,
|
||||
const Rect& target_rect,
|
||||
Painter& painter,
|
||||
const Style& style,
|
||||
const bool is_selected
|
||||
);
|
||||
};
|
||||
|
||||
class AISRecentEntryDetailView : public View {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue