Adds another build fix

This commit is contained in:
Linus Probert 2019-02-22 00:38:39 +01:00
parent 3533d5ca58
commit 563ebf9204
1 changed files with 0 additions and 2 deletions

View File

@ -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)
{