aboutsummaryrefslogtreecommitdiff
path: root/include/marker.h
blob: 5a6e302b3d7ba3c448bd29b8a07933ed5eee8d75 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "raylib.h"

typedef struct {
	Vector2 position;
	const char* name;
} Marker;