summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-03-27 15:54:43 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-03-27 15:54:43 +0200
commiteafbe41b2ceb77f6fcb5f39b80d683d1e8e1e60e (patch)
treeff866a196250e7737cfbc32c685932b38343795a /src/common.hpp
parente03ca29dcf256cd5c37772b11cd702ca61bf43d7 (diff)
Rebalance the game - make it slower.
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 6042e08..c45836a 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -48,6 +48,7 @@ namespace procgen {
void seed(uint32_t seed);
uint32_t next(void);
float next_float(void);
+ float next_float(float n, float p);
void unit_vec(float out[2]);
v2f_t unit_vec2(void);