CPPConsole
Loading...
Searching...
No Matches
data.hpp
Go to the documentation of this file.
1
#ifndef __CPP_CONSOLE_DATA_HPP__
2
#define __CPP_CONSOLE_DATA_HPP__
3
4
#include "
console.hpp
"
5
9
namespace
console
{
13
typedef
struct
{
14
int
X
;
15
int
Y
;
16
}
ConsoleCoord
;
17
}
// namespace console
18
19
#endif
console.hpp
console
Namespace Containing all console commands.
Definition
ansi.hpp:16
console::ConsoleCoord
A position on the console (row and column)
Definition
data.hpp:13
console::ConsoleCoord::X
int X
Definition
data.hpp:14
console::ConsoleCoord::Y
int Y
Definition
data.hpp:15
include
data.hpp
Generated by
1.9.8