Max OS
0.3
Loading...
Searching...
No Matches
coordinates.h
Go to the documentation of this file.
1
9
#ifndef MAXOS_COMMON_COORDINATES_H
10
#define MAXOS_COMMON_COORDINATES_H
11
12
#include <cstdint>
13
#include <
common/pair.h
>
14
15
16
namespace
MaxOS::common {
17
22
typedef
Pair<int32_t, int32_t>
Coordinates
;
23
24
}
25
26
27
#endif
//MAXOS_COMMON_COORDINATES_H
MaxOS::common::Pair
A pair of two objects.
Definition
pair.h:22
pair.h
Defines a Pair class for storing two related objects together.
kernel
include
common
coordinates.h
Generated by
1.9.8