summaryrefslogtreecommitdiffhomepage
path: root/Label.h
blob: 25d9d4f9c6b80be8e585a65fbccf1a6b90fed2a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <raylib.h>


struct Label
{
    Vector2 pos;
    Vector2 base;
    float depth;
};