Sista v3.0.0-alpha.1
Sista is a C++ lightweight OS-agnostic library for terminal animations and videogames
Loading...
Searching...
No Matches
Classes | Namespaces
coordinates.hpp File Reference

Coordinates struct header file. More...

#include <utility>
#include <functional>
Include dependency graph for coordinates.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sista::Coordinates
 Represents 2D coordinates with x and y values. More...
 
struct  std::hash< sista::Coordinates >
 Specialization of std::hash for sista::Coordinates. More...
 

Namespaces

namespace  sista
 Sista library namespace.
 
namespace  std
 

Detailed Description

Coordinates struct header file.

This file contains the declaration of the Coordinates struct, which represents 2D coordinates.

Author
FLAK-ZOSO
Date
2022-2025
Version
3.0.0
See also
Coordinates