8 lines
105 B
C
8 lines
105 B
C
#pragma once
|
|
|
|
struct Glyph_Coord {
|
|
float x;
|
|
float y;
|
|
float width;
|
|
float height;
|
|
}; |