mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-07 10:30:49 +00:00
71ff4d3685
Add banner
8 lines
203 B
C++
8 lines
203 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
#include <cstdint>
|
|
#include <string>
|
|
|
|
std::vector<uint8_t> LoadWidgetFontData(const std::string& name);
|
|
std::vector<uint8_t> LoadWidgetImageData(const std::string& name);
|