Clarify FIXME on qdefs.h include

This commit is contained in:
Bill Currie 2022-10-15 14:42:04 +09:00
parent 2c9da25e17
commit 6552d76a5f
2 changed files with 3 additions and 1 deletions

View file

@ -30,7 +30,7 @@
#include "QF/mathlib.h"
#include "QF/model.h"
#include "QF/qdefs.h" // FIXME
#include "QF/qdefs.h" // FIXME for MAX_STYLESTRING
#include "QF/vid.h"
#include "QF/simd/types.h"
#include "QF/ui/vrect.h"

View file

@ -31,6 +31,8 @@
#ifndef __client_state_h
#define __client_state_h
#include "QF/qdefs.h" // FIXME for MAX_CL_STATS
typedef struct player_info_s {
int userid;
struct info_s *userinfo;