Include build.h from player.h to satisfy the need for MAXPLAYERS and compat.h stuff that build.h pulls in

git-svn-id: https://svn.eduke32.com/eduke32@7251 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-12-15 01:36:58 +00:00
parent 07d2222dfa
commit 7fb84c7a69

View file

@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#ifndef player_h_
#define player_h_
#include "fix16.h"
#include "build.h"
#include "inv.h"
#ifdef __cplusplus