mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Clarify FIXME on qdefs.h include
This commit is contained in:
parent
2c9da25e17
commit
6552d76a5f
2 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue