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

9 lines
135 B
C++

#pragma once
#include <string>
#include <vector>
extern "C" {
void title_screen_load_splashes(std::vector<std::string> &splashes);
}