Update YaPB branch, fix cvardef

This commit is contained in:
a1batross 2016-09-17 00:59:22 +03:00
parent de0aaa2c79
commit 5630b3e96c
2 changed files with 3 additions and 1 deletions

2
3rdparty/yapb vendored

@ -1 +1 @@
Subproject commit f8650aebd58be6c004d34cde4bb142aca8cfbefb
Subproject commit 21045db08e1c8e8c899897cb83c6c623fb04b5df

View File

@ -35,6 +35,8 @@ typedef struct cvar_s
} cvar_t;
typedef int qboolean;
// WARNING: Private structure from Xash3D Engine. Use with caution
typedef struct convar_s
{