mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-21 19:11:06 +00:00
- missing declaration.
This commit is contained in:
parent
f1514bbc52
commit
fdb31fc2cc
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ void playlogos();
|
||||||
unsigned int qrand(void);
|
unsigned int qrand(void);
|
||||||
int wrand(void);
|
int wrand(void);
|
||||||
void wsrand(int);
|
void wsrand(int);
|
||||||
|
DAngle randomAngle();
|
||||||
|
|
||||||
void FireInit(void);
|
void FireInit(void);
|
||||||
void FireProcess(void);
|
void FireProcess(void);
|
||||||
void UpdateNetworkMenus(void);
|
void UpdateNetworkMenus(void);
|
||||||
|
|
Loading…
Reference in a new issue