R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Random.hpp
Go to the documentation of this file.
1#pragma once
2
11int randint(int min, int max);
int randint(int min, int max)
Function to generate a random integer.
Definition Random.cpp:6