Adds another build fix
This commit is contained in:
parent
3533d5ca58
commit
563ebf9204
|
@ -16,7 +16,6 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <random>
|
||||
#include <climits>
|
||||
extern "C" {
|
||||
|
@ -45,7 +44,6 @@ bh_map_srand(unsigned int seed)
|
|||
map_generator.seed(seed);
|
||||
}
|
||||
|
||||
|
||||
extern "C" unsigned int
|
||||
bh_map_rand(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue