mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-11 13:11:48 +00:00
7 lines
136 B
C++
7 lines
136 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
#include <cstdint>
|
|
#include <string>
|
|
|
|
std::vector<uint8_t> LoadWidgetFontData(const std::string& name);
|