#include "cheevos.h" // Constructor Cheevos::Cheevos(options_t *options) { this->options = options; } // Destructor Cheevos::~Cheevos() { }