erebus

annotate liberebus/src/erebus_impl.h @ 6:bb006fb96f1b

forgot to add two files
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 24 May 2014 02:22:14 +0300
parents 4abdce1361b9
children e9da2916bc79
rev   line source
nuclear@2 1 #ifndef EREBUS_IMPL_H_
nuclear@2 2 #define EREBUS_IMPL_H_
nuclear@2 3
nuclear@2 4 float randf(float low = 0.0f, float high = 1.0f);
nuclear@2 5
nuclear@2 6 #endif // EREBUS_IMPL_H_