@ -0,0 +1,10 @@
#ifndef __PC_H__
#define __PC_H__
#include <memory>
#include "player.h"
void init_player(RNG *rng, std::unique_ptr<player_base> &pc,
const feature enabled_features, const enum race &r);
#endif
The note is not visible to the blocked user.