utils.hpp (178B)
1 #pragma once 2 3 #include <cstdint> 4 #include <raylib.h> 5 6 float square(float x); 7 Vector2 randomPosition(uint32_t xMax, uint32_t yMax); 8 float distanceSquared(Vector2 v1, Vector2 v2);
abgAnimated background for X11 | |
| git clone git://git.laack.co/abg.git | |
| Log | Files | Refs | README | LICENSE |