minecraft-pi-reborn/mods/include/mods/game-mode/game-mode.h

5 lines
75 B
C++

#pragma once
#include <string>
int get_seed_from_string(std::string str);