5 lines
75 B
C++
5 lines
75 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
int get_seed_from_string(std::string str); |