Merge branch 'master' of peisongxiao.com:~/cs246/a5

This commit is contained in:
2024-07-17 21:39:33 -04:00

View File

@ -8,7 +8,7 @@ class troll final: public player_base {
public: public:
troll(RNG *rng, const feature enabled_features); troll(RNG *rng, const feature enabled_features);
const char *get_race_name() const override; const char *get_race_name() const override;
void start_turn() override; void start_turn();
}; };
#endif #endif