#ifndef choices_h
#define choices_h

#include "player.h"

void choices_init(void);
void choices_read(char* filename);
void choices_validate(void);
void choices_save(const player_t* player);

#endif
