mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-24 21:12:27 +00:00
include/modelgen.h include/spritegn.h:
remove the INCLUDELIBS blocks include/win32/version.h: ws changes. don't know why it's there in the first place (or generated by configure, but too bad)
This commit is contained in:
parent
39dcc9fdf3
commit
9bd5bd4ffb
3 changed files with 1 additions and 32 deletions
|
@ -37,21 +37,6 @@
|
||||||
|
|
||||||
#include "mathlib.h"
|
#include "mathlib.h"
|
||||||
|
|
||||||
#ifdef INCLUDELIBS
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <math.h>
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include "cmdlib.h"
|
|
||||||
#include "scriplib.h"
|
|
||||||
#include "trilib.h"
|
|
||||||
#include "lbmlib.h"
|
|
||||||
#include "mathlib.h"
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define ALIAS_VERSION 6
|
#define ALIAS_VERSION 6
|
||||||
|
|
||||||
#define ALIAS_ONSEAM 0x0020
|
#define ALIAS_ONSEAM 0x0020
|
||||||
|
|
|
@ -49,22 +49,6 @@
|
||||||
#ifndef _SPRITEGN_H
|
#ifndef _SPRITEGN_H
|
||||||
#define _SPRITEGN_H
|
#define _SPRITEGN_H
|
||||||
|
|
||||||
#ifdef INCLUDELIBS
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <math.h>
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include "cmdlib.h"
|
|
||||||
#include "scriplib.h"
|
|
||||||
#include "dictlib.h"
|
|
||||||
#include "trilib.h"
|
|
||||||
#include "lbmlib.h"
|
|
||||||
#include "mathlib.h"
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define SPRITE_VERSION 1
|
#define SPRITE_VERSION 1
|
||||||
|
|
||||||
// must match definition in modelgen.h
|
// must match definition in modelgen.h
|
||||||
|
|
|
@ -32,6 +32,6 @@
|
||||||
#define PROGRAM "QuakeForge"
|
#define PROGRAM "QuakeForge"
|
||||||
#define VERSION "0.1.99pre2"
|
#define VERSION "0.1.99pre2"
|
||||||
#define QW_VERSION "2.40"
|
#define QW_VERSION "2.40"
|
||||||
#define QSG_VERSION "2.0"
|
#define QSG_VERSION "2.0"
|
||||||
|
|
||||||
#endif // _VERSION_H
|
#endif // _VERSION_H
|
||||||
|
|
Loading…
Reference in a new issue