.h -> .hpp
This commit is contained in:
9
src/pcedit/pc.editors.hpp
Normal file
9
src/pcedit/pc.editors.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
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();
|
Reference in New Issue
Block a user