Hyprlang
A fast and user-friendly configuration language
|
#include <hyprlang.hpp>
Public Member Functions | |
bool | operator== (const SVector2D &rhs) const |
Public Attributes | |
float | x = 0 |
float | y = 0 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SVector2D &rhs) |
A very simple vector type
|
inline |
|
friend |
float Hyprlang::SVector2D::x = 0 |
float Hyprlang::SVector2D::y = 0 |