
This is a dll that handles file control into a pak system like quake3 and other games. The files are imported one after another in a "pak" file. If you want to retrieve a file all you have to do is call extract_file with the filename and path you want it to goto.
The dll (included) has the following functions:
EXTRACT_FILE
OPENPAK
RETURN_NUM_LOADED
RETURN_SIZE
RETURN_TITLE
and an example project on how to use the dll is also included.