diff options
| author | citrons <citrons@mondecitronne.com> | 2023-10-14 00:20:50 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2023-10-14 00:20:50 -0500 |
| commit | 0928b5cbbde02d4a6c58ca940040ae4a1c2ac2e4 (patch) | |
| tree | c5725ba5dc07a810ed1e0e743658a1fd0d2c6e20 /random.h | |
| parent | 55ea3a406e7232dc5848101dd806819e59df4cac (diff) | |
give the terrain a texture
Diffstat (limited to 'random.h')
| -rw-r--r-- | random.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #ifndef RANDOM_H #define RANDOM_H +Uint64 hash(Uint64 i); void seed_rand(Uint64 seed); Uint64 get_rand(void); int rand_int(void); |
