changeset 65 | 76514757b0d6 |
parent 23 | 7acfc5eda7ed |
child 69 | b5912e5f899f |
64:993b97c4ad2d | 65:76514757b0d6 |
---|---|
1 /** |
1 /** |
2 * test/demos/db_bridge/console.cpp |
2 * test/demos/db_bridge/console.cpp |
3 * Copyright (C) Markus Broeker |
3 * Copyright (C) Markus Broeker |
4 */ |
4 */ |
5 |
5 |
6 #include <console.h> |
6 #include <console.hpp> |
7 #include <cstdio> |
7 #include <cstdio> |
8 |
8 |
9 #ifdef WIN32 |
9 #ifdef WIN32 |
10 #include <conio.h> |
10 #include <conio.h> |
11 |
11 |