mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix dependencies on dstring.h
This commit is contained in:
parent
c4cb25a83c
commit
edf55349b3
1 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,6 @@
|
|||
|
||||
|
||||
#include "QF/qtypes.h"
|
||||
#include "QF/dstring.h"
|
||||
|
||||
typedef struct cmd_localvar_s {
|
||||
struct dstring_s *key, *value;
|
||||
|
@ -104,7 +103,7 @@ typedef struct cmd_event_s {
|
|||
} cmd_event_t;
|
||||
//===========================================================================
|
||||
|
||||
void escape (dstring_t * dstr, const char *clist);
|
||||
void escape (struct dstring_s * dstr, const char *clist);
|
||||
|
||||
/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue