cli-casino/include/course.hpp

7 lines
62 B
C++
Raw Permalink Normal View History

2023-08-15 20:36:09 +02:00
#ifndef COURSE_HPP
#define COURSE_HPP
void course();
#endif