erebus

view liberebus/src/erebus_impl.h @ 8:e2d9bf168a41

semi-works ...
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 24 May 2014 06:12:57 +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_