erebus

view liberebus/src/erebus_impl.h @ 16:d2b6cee8ea5c

fixed visual studio build
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 25 May 2014 02:23:39 +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_