cli-casino/include/machine.hpp

7 lines
65 B
C++
Raw Normal View History

2023-08-15 16:25:28 +02:00
#ifndef MACHINE_HPP
#define MACHINE_HPP
void machine();
#endif