diff options
| author | Teetime <TeetimeTW@yahoo.de> | 2012-06-13 03:23:03 +0200 |
|---|---|---|
| committer | Teetime <TeetimeTW@yahoo.de> | 2012-06-13 03:23:03 +0200 |
| commit | 977683d4f8f82633ba9ba6a26607b5451bd0c592 (patch) | |
| tree | 27e713566efa8a8e87a4cc5a6bbd8e88c114af81 /src/base/system.h | |
| parent | b297f0995a8e097c60e67d6372128e65c22f908b (diff) | |
| download | zcatch-977683d4f8f82633ba9ba6a26607b5451bd0c592.tar.gz zcatch-977683d4f8f82633ba9ba6a26607b5451bd0c592.zip | |
some changes...
Diffstat (limited to 'src/base/system.h')
| -rw-r--r-- | src/base/system.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/system.h b/src/base/system.h index b3588dbf..bc4ee734 100644 --- a/src/base/system.h +++ b/src/base/system.h @@ -1194,6 +1194,9 @@ int str_isspace(char c); char str_uppercase(char c); unsigned str_quickhash(const char *str); +void init_rand(); +int irand(); + /* Function: gui_messagebox Display plain OS-dependent message box |