mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed compilation issues
This commit is contained in:
parent
4ce1bb71e4
commit
7030c23994
24 changed files with 137 additions and 2135 deletions
|
@ -45,7 +45,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#elif defined(CGAME_DLL)
|
||||
|
||||
#define FILE_FS_FreeFile cgi.FS_FreeFile
|
||||
#define FILE_FS_ReadFile(a, b) cgi.FS_ReadFile(a, b)
|
||||
#define FILE_FS_ReadFile(a, b) cgi.FS_ReadFile(a, b, qtrue)
|
||||
#define FILE_Malloc cgi.Malloc
|
||||
#define FILE_Free cgi.Free
|
||||
#define FILE_Error cgi.Error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue