minecraft-pi-reborn/mods/include/mods/title-screen/title-screen.h

9 lines
135 B
C
Raw Normal View History

2024-02-08 02:40:26 +00:00
#pragma once
2024-02-08 03:11:18 +00:00
#include <string>
2024-02-08 02:40:26 +00:00
#include <vector>
extern "C" {
2024-02-08 02:40:26 +00:00
void title_screen_load_splashes(std::vector<std::string> &splashes);
}