mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Make function.h more independent.
This commit is contained in:
parent
66ac56063f
commit
ae4ca52661
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
#define __function_h
|
||||
|
||||
#include "QF/pr_comp.h"
|
||||
#include "QF/pr_debug.h"
|
||||
|
||||
#include "def.h"
|
||||
|
||||
typedef struct overloaded_function_s {
|
||||
struct overloaded_function_s *next;
|
||||
|
|
Loading…
Reference in a new issue