Blackjack
Loading...
Searching...
No Matches
io.h
Go to the documentation of this file.
1
10#ifndef IO_H
11#define IO_H
12
13void ignoreLine();
14void inputCleanup();
15
16#endif
void ignoreLine()
Definition io.cpp:17
void inputCleanup()
Definition io.cpp:22