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

7 lines
120 B
C++

#pragma once
#include <string>
#include <vector>
void title_screen_load_splashes(std::vector<std::string> &splashes);