#ifndef MAEDNHELPERS_H
#define MAEDNHELPERS_H

#include<cstdlib>

void GetWurf(int &);
void Auswuerfeln(const int, int &);

#endif
