Safariminer 527b73afb5 rebase
2025-09-19 14:33:07 -04:00

13 lines
197 B
C++

#pragma once
#include <raylib.h>
#include "defines.h"
extern Font titleFont;
extern Font textFont;
extern Font smallFont;
namespace MassShoot {
namespace Fonts {
LOADING_FUNC LoadFonts();
}
}