medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a44523074e15a7f6f1178793a69a1ea385a2011d
parent a23ce8f80aa6d8c2b889da91e310681195b10520
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Sep 14 21:00:32 +0100

Use float/double instead of f32/f64 in stream.h

Diffstat:
stream.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/stream.h b/stream.h @@ -53,8 +53,8 @@ DEF_READ_WRITE( s8 ) DEF_READ_WRITE( s16 ) DEF_READ_WRITE( s32 ) DEF_READ_WRITE( s64 ) -DEF_READ_WRITE( f32 ) -DEF_READ_WRITE( f64 ) +DEF_READ_WRITE( float ) +DEF_READ_WRITE( double ) #undef DEF_READ_WRITE