Include physfs.h to define PHYSFS_File for player_ship_read

This commit is contained in:
Kp 2013-07-14 03:10:18 +00:00
parent f734586f2b
commit 6396230c60

View file

@ -20,6 +20,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#ifndef _PLAYER_H
#define _PLAYER_H
#include <physfs.h>
#include "inferno.h"
#include "fix.h"
#include "vecmat.h"