forked from jaildesigner-jailgames/jaildoctors_dilemma
13 lines
146 B
C++
13 lines
146 B
C++
#include "cheevos.h"
|
|
|
|
// Constructor
|
|
Cheevos::Cheevos(options_t *options)
|
|
{
|
|
this->options = options;
|
|
}
|
|
|
|
// Destructor
|
|
Cheevos::~Cheevos()
|
|
{
|
|
|
|
} |