1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 17:37:39 +00:00

ads-game:: resources displayed

This commit is contained in:
Zeno Rogue
2022-09-12 12:24:18 +02:00
parent dbcc88b42a
commit 3578ae0631
4 changed files with 111 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include "shapes.cpp"
#include "map.cpp"
#include "control.cpp"
#include "resources.cpp"
#include "display.cpp"
#include "menu.cpp"
@@ -45,6 +46,7 @@ void run_ads_game() {
rogueviz::rv_hook(hooks_prestats, 100, view_ads_game);
rogueviz::rv_hook(hooks_handleKey, 0, handleKey);
rogueviz::rv_hook(shmup::hooks_turn, 0, ads_turn);
init_rsrc();
}
auto shot_hooks =