File diff r8112:7d126d66990f → r8113:7815c26d7612
src/core/random_func.cpp
Show inline comments
 
@@ -3,9 +3,9 @@
 
/** @file random_func.cpp */
 

	
 
#include "../stdafx.h"
 
#include "../macros.h"
 
#include "../variables.h"
 
#include "random_func.hpp"
 
#include "bitmath_func.hpp"
 

	
 
uint32 InteractiveRandom()
 
{