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
16namespace MaxOS::common {
17
23
24}
25
26
27#endif //MAXOS_COMMON_COORDINATES_H
A pair of two objects.
Definition pair.h:22
Defines a Pair class for storing two related objects together.