erebus
diff liberebus/src/erebus_impl.h @ 0:4abdce1361b9
initial commit
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 27 Apr 2014 16:02:47 +0300 |
parents | |
children | 474a0244f57d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/liberebus/src/erebus_impl.h Sun Apr 27 16:02:47 2014 +0300 1.3 @@ -0,0 +1,6 @@ 1.4 +#ifndef EREBUS_IMPL_H_ 1.5 +#define EREBUS_IMPL_H_ 1.6 + 1.7 +float randf(float low = 0.0f, float high = 1.0f); 1.8 + 1.9 +#endif // EREBUS_IMPL_H_ 1.10 \ No newline at end of file