mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
oops :)
This commit is contained in:
parent
197db0aca7
commit
4f65a313fd
1 changed files with 4 additions and 2 deletions
|
@ -19,13 +19,15 @@
|
|||
|
||||
*/
|
||||
|
||||
#include "QF/exp.h"
|
||||
#include "QF/ops.h"
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "QF/exp.h"
|
||||
#include "QF/ops.h"
|
||||
#include "QF/qtypes.h"
|
||||
|
||||
exp_error_t EXP_ERROR;
|
||||
|
||||
optable_t optable[] =
|
||||
|
|
Loading…
Reference in a new issue