erebus

annotate liberebus/src/erebus_impl.h @ 0:4abdce1361b9

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 27 Apr 2014 16:02:47 +0300
parents
children 474a0244f57d
rev   line source
nuclear@0 1 #ifndef EREBUS_IMPL_H_
nuclear@0 2 #define EREBUS_IMPL_H_
nuclear@0 3
nuclear@0 4 float randf(float low = 0.0f, float high = 1.0f);
nuclear@0 5
nuclear@0 6 #endif // EREBUS_IMPL_H_