Mikemon/src/glyphs.h
2025-03-16 18:56:40 +01:00

8 lines
105 B
C

#pragma once
struct Glyph_Coord {
float x;
float y;
float width;
float height;
};