erebus

view liberebus/src/erebus_impl.h @ 3:a932848de652

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 28 Apr 2014 15:44:59 +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_