move ui_rand to cDialog

This commit is contained in:
2024-08-08 12:31:18 -05:00
committed by Celtic Minstrel
parent fc12092a1b
commit f01fdb7e2a
4 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,6 @@
using std::abs;
extern std::mt19937 game_rand;
extern std::mt19937 ui_rand;
short get_ran(short times, short min, short max);
short max(short a,short b);