erebus

view liberebus/src/erebus_impl.h @ 2:474a0244f57d

fixed specialization mistake fixed line endings added makefiles
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 28 Apr 2014 06:31:10 +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_