erebus

view liberebus/src/erebus_impl.h @ 11:788f74d597a2

added README.md
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 24 May 2014 21:44:25 +0300
parents 4abdce1361b9
children e9da2916bc79
line source
1 #ifndef EREBUS_IMPL_H_
2 #define EREBUS_IMPL_H_
4 float randf(float low = 0.0f, float high = 1.0f);
6 #endif // EREBUS_IMPL_H_