FS2_Open
Open source remastering of the Freespace 2 engine
compatibility.h
Go to the documentation of this file.
1 #ifndef __COMPATIBILITY_H__
2 #define __COMPATIBILITY_H__
3 
4 void random_shuffle(int *first, int *last);
5 
6 template <class RandomNumberGenerator>
7 void random_shuffle(int *first, int *last, RandomNumberGenerator& custom_rand);
8 
9 #endif
void random_shuffle(int *first, int *last)
GLint first
Definition: Gl.h:1491