Skip to content

Commit

Permalink
Added determination of last modification time
Browse files Browse the repository at this point in the history
Auxiliary lump cache is back in business
  • Loading branch information
skyjake committed Jul 24, 2004
1 parent eecc3fe commit 816171b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doomsday/Include/doomsday.h
Expand Up @@ -71,6 +71,7 @@ extern "C" {
const char *W_LumpSourceFile(int lump);
uint W_CRCNumber(void);
boolean W_IsFromIWAD(int lump);
int W_OpenAuxiliary(const char *filename);

// Base: Zone.
void *_DECALL Z_Malloc(size_t size, int tag, void *ptr);
Expand Down Expand Up @@ -120,6 +121,9 @@ extern "C" {
int Sys_CriticalMessage(char *msg);
void Sys_Quit(void);

// System: Files.
unsigned int F_LastModified(const char *fileName);

// Network.
void Net_SendPacket(int to_player, int type, void *data,
int length);
Expand Down

0 comments on commit 816171b

Please sign in to comment.