mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: client: add two new APIs for mainui to get extended new gameinfo structure
This commit is contained in:
@@ -25,6 +25,7 @@ GNU General Public License for more details.
|
||||
#include "xash3d_types.h"
|
||||
#include "const.h"
|
||||
#include "com_model.h"
|
||||
#include "gameinfo.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
@@ -118,16 +119,10 @@ typedef struct gameinfo_s
|
||||
// HL25 compatibility keys
|
||||
qboolean hd_background;
|
||||
qboolean animated_title;
|
||||
|
||||
char demomap[MAX_QPATH];
|
||||
} gameinfo_t;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
GAME_NORMAL,
|
||||
GAME_SINGLEPLAYER_ONLY,
|
||||
GAME_MULTIPLAYER_ONLY
|
||||
} gametype_t;
|
||||
|
||||
typedef struct fs_dllinfo_t
|
||||
{
|
||||
char fullPath[2048]; // absolute disk path
|
||||
|
||||
Reference in New Issue
Block a user