diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-06-30 19:43:24 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-06-30 19:43:24 -0400 |
| commit | 873bb82e00fc8ee3a77eeebf50eafd5718a6f715 (patch) | |
| tree | 909955372d336cda7e275516ad94547d52118906 /include | |
| parent | 2c0c3b9ed35e9d3bc1fee63e1d64084f51083d33 (diff) | |
d_auction_screen OK
closes #1075
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/d_auction_screen.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/d/d_auction_screen.h b/include/d/d_auction_screen.h index 0119c64e..272db343 100644 --- a/include/d/d_auction_screen.h +++ b/include/d/d_auction_screen.h @@ -16,16 +16,14 @@ public: field_0x470 = 0; // guess } - // implementation is a guess - JKRArchive* getArchive(JKRArchive*) { - return archive; - } - virtual ~dAuction_screen_c() {} void draw() { _draw(); } + // TODO + void getArchive(JKRArchive*) {} + void screenSet(); void initPosSet(fopMsgM_pane_class*, f32, f32); void gaugeMove(); |
