This repository has been archived on 2019-10-23. You can view files and clone it, but cannot push or open issues or pull requests.
aro/src/master.h

9 lines
66 B
C

#ifndef MASTER_H
#define MASTER_H
int perfect_rolls();
#endif