gcc-3. compat

This commit is contained in:
David Anderson 2005-08-24 07:32:01 +00:00
parent e2226ae809
commit d802a3c961
2 changed files with 4 additions and 2 deletions

View File

@ -307,4 +307,5 @@ void RankSystem::saveRank( const char* filename )
fwrite( &i , 1, sizeof(short int), bfp); // null terminator
fclose(bfp);
}
}

View File

@ -119,4 +119,5 @@ public:
};
#endif
#endif