OpenClonk
random.c
Go to the documentation of this file.
1 /*
2  * mape - C4 Landscape.txt editor
3  *
4  * Copyright (c) 2005-2009, Armin Burgmeier
5  *
6  * Distributed under the terms of the ISC license; see accompanying file
7  * "COPYING" for details.
8  *
9  * "Clonk" is a registered trademark of Matthes Bender, used with permission.
10  * See accompanying file "TRADEMARK" for details.
11  *
12  * To redistribute this file separately, substitute the full license texts
13  * for the above references.
14  */
15 
28 #include "mape/random.h"
29 
30 /*
31  * Public API.
32  */
33 
41 void
42 mape_random_seed(unsigned int seed)
43 {
45 }
46 
47 /* vim:set et sw=2 ts=2: */
void c4_random_handle_seed(unsigned int seed)
void mape_random_seed(unsigned int seed)
Definition: random.c:42