Moved some around, more renames

This commit is contained in:
KimLS
2014-08-21 22:43:33 -07:00
parent 504a8b19ce
commit cd0824ee71
63 changed files with 8 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
#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