erebus

annotate liberebus/src/erebus_impl.h @ 12:ea4bcf186d66

whatever
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 24 May 2014 21:52:19 +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_