mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
fix compiler error: storage size of weaponQAV isn't known (#226)
This commit is contained in:
parent
c419fae31b
commit
20a393871b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
BEGIN_BLD_NS
|
BEGIN_BLD_NS
|
||||||
|
|
||||||
QAV* weaponQAV[];
|
extern QAV* weaponQAV[];
|
||||||
|
|
||||||
void WeaponInit(void);
|
void WeaponInit(void);
|
||||||
void WeaponDraw(PLAYER *pPlayer, int a2, int a3, int a4, int a5);
|
void WeaponDraw(PLAYER *pPlayer, int a2, int a3, int a4, int a5);
|
||||||
|
|
Loading…
Reference in a new issue