mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
ads-game:: print for cross_result
This commit is contained in:
parent
6e1c32787a
commit
e129ce08c6
@ -2,6 +2,8 @@ namespace hr {
|
||||
|
||||
namespace ads_game {
|
||||
|
||||
void print(hstream& hs, cross_result cr) { print(hs, cr.h, "@", cr.shift); }
|
||||
|
||||
void init_textures();
|
||||
void draw_textures();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user