mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
9 lines
176 B
C++
9 lines
176 B
C++
#ifndef __OPENEQ_FILE__
|
|
#define __OPENEQ_FILE__
|
|
|
|
#include "archive.hpp"
|
|
|
|
int GetFile(uchar **buffer, int *buf_len, char *base_path, char *file_name, Archive *archive);
|
|
|
|
#endif
|