Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef UPDATE_H
00024 #define UPDATE_H
00025
00026 namespace Common {
00027 class Archive;
00028 class SeekableReadStream;
00029 }
00030
00031 namespace Grim {
00032
00037 Common::Archive *loadUpdateArchive(Common::SeekableReadStream *data);
00038
00039 }
00040
00041 #endif