changeset 988 | 27a1fb1cdc47 |
parent 956 | 3da716cfe09f |
child 1016 | 957c97389257 |
987:ae7b616e7d0e | 988:27a1fb1cdc47 |
---|---|
24 #include <time.h> |
24 #include <time.h> |
25 |
25 |
26 #include "physfs.h" |
26 #include "physfs.h" |
27 |
27 |
28 #define TEST_VERSION_MAJOR 2 |
28 #define TEST_VERSION_MAJOR 2 |
29 #define TEST_VERSION_MINOR 0 |
29 #define TEST_VERSION_MINOR 1 |
30 #define TEST_VERSION_PATCH 0 |
30 #define TEST_VERSION_PATCH 0 |
31 |
31 |
32 static FILE *history_file = NULL; |
32 static FILE *history_file = NULL; |
33 static PHYSFS_uint32 do_buffer_size = 0; |
33 static PHYSFS_uint32 do_buffer_size = 0; |
34 |
34 |