mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-24 02:11:14 +00:00
8 lines
136 B
C
8 lines
136 B
C
|
#pragma once
|
||
|
|
||
|
#include <vector>
|
||
|
#include <cstdint>
|
||
|
#include <string>
|
||
|
|
||
|
std::vector<uint8_t> LoadWidgetFontData(const std::string& name);
|