OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
random.h
Go to the documentation of this file.
1 
8 #ifndef _UTILS_RANDOM_H_
9 #define _UTILS_RANDOM_H_
10 
11 int randomInteger(int max, int min = 0);
12 
13 #endif
14 
int randomInteger(int max, int min=0)
Definition: random.cpp:20