diff options
| author | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-08 09:52:19 +0000 |
|---|---|---|
| committer | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-08 09:52:19 +0000 |
| commit | 507a7479adb2cab5218bbb64950b739dcd79b6d5 (patch) | |
| tree | 6e45861e91df133f156fdf216167e588497784ac /Source/Serialize.h | |
| parent | 8efed35df02822682576bae088f5b6a5c78e8dc9 (diff) | |
| download | blackshades-507a7479adb2cab5218bbb64950b739dcd79b6d5.tar.gz | |
completed FSRead serialization
git-svn-id: svn://svn.icculus.org/blackshades/trunk@45 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/Serialize.h')
| -rw-r--r-- | Source/Serialize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Serialize.h b/Source/Serialize.h index b50aad3..4ecb46d 100644 --- a/Source/Serialize.h +++ b/Source/Serialize.h @@ -3,6 +3,7 @@ /* these all read big-endian data */ +int ReadBool(int fd, int count, bool *b); int ReadShort(int fd, int count, short *s); int ReadInt(int fd, int count, int *s); int ReadFloat(int fd, int count, float *f); |
