]> git.jsancho.org Git - lugaru.git/blob - Source/Random.h
Universal binary support in build system. Sorta duct-taped, but whatever.
[lugaru.git] / Source / Random.h
1 #ifndef _RANDOM_H_
2 #define _RANDOM_H_
3
4
5 #if defined(__cplusplus)
6 extern "C" {
7 #endif
8
9
10 extern int randSeed;
11 short Random ();
12
13
14 #if defined(__cplusplus)
15 }
16 #endif
17
18 #endif