1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 03:09:59 +00:00

rogueviz:: readLabel

This commit is contained in:
Zeno Rogue 2022-07-12 10:52:04 +02:00
parent 9002ef2681
commit b3c3cc331e

View File

@ -70,6 +70,8 @@ namespace rogueviz {
extern vector<int> legend;
extern vector<cell*> named;
int readLabel(fhstream& f);
#if CAP_TEXTURE
struct rvimage {
basic_textureinfo tinf;