summaryrefslogtreecommitdiffhomepage
path: root/src/random.hpp
blob: d1596504ebdd7d835cb052f2c4b0270b286c7191 (plain)
1
2
3
4
5
6
7

namespace Ogle
{
	namespace Random {
		int get_value(int min, int max);
	}
}