erebus

diff 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 diff
     1.1 --- a/liberebus/src/erebus_impl.h	Mon Apr 28 05:58:22 2014 +0300
     1.2 +++ b/liberebus/src/erebus_impl.h	Mon Apr 28 06:31:10 2014 +0300
     1.3 @@ -1,6 +1,6 @@
     1.4 -#ifndef EREBUS_IMPL_H_
     1.5 -#define EREBUS_IMPL_H_
     1.6 -
     1.7 -float randf(float low = 0.0f, float high = 1.0f);
     1.8 -
     1.9 -#endif	// EREBUS_IMPL_H_
    1.10 \ No newline at end of file
    1.11 +#ifndef EREBUS_IMPL_H_
    1.12 +#define EREBUS_IMPL_H_
    1.13 +
    1.14 +float randf(float low = 0.0f, float high = 1.0f);
    1.15 +
    1.16 +#endif	// EREBUS_IMPL_H_