10 lines
252 B
C++
10 lines
252 B
C++
|
|
class cDialog;
|
|
|
|
void give_gold(short amount,bool print_result);
|
|
bool take_gold(short amount,bool print_result);
|
|
void give_spec_items();
|
|
void pick_race_abil(cPlayer *pc,short mode,cDialog* parent = nullptr);
|
|
void reset_boats();
|
|
void edit_stuff_done();
|