Skip to content

Commit

Permalink
Declare PID functions
Browse files Browse the repository at this point in the history
  • Loading branch information
smallmodel committed Dec 14, 2024
1 parent 0765537 commit ac4138a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/qcommon/qcommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,9 @@ typedef enum

dialogResult_t Sys_Dialog( dialogType_t type, const char *message, const char *title );

void Sys_RemovePIDFile( const char *gamedir );
void Sys_InitPIDFile( const char *gamedir );

/* This is based on the Adaptive Huffman algorithm described in Sayood's Data
* Compression book. The ranks are not actually stored, but implicitly defined
* by the location of a node within a doubly-linked list */
Expand Down

0 comments on commit ac4138a

Please sign in to comment.