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
9namespace console {
13typedef struct {
14 int X;
15 int Y;
17} // namespace console
18
19#endif
Namespace Containing all console commands.
Definition ansi.hpp:16
A position on the console (row and column)
Definition data.hpp:13
int X
Definition data.hpp:14
int Y
Definition data.hpp:15