mirror of
https://github.com/rehlds/rehlds.git
synced 2025-04-25 07:43:40 +03:00
Move variable declarations under define that use them.
This commit is contained in:
parent
43fbd196a9
commit
ef3c83abc0
@ -42,11 +42,11 @@
|
|||||||
#define c_yes (*pc_yes)
|
#define c_yes (*pc_yes)
|
||||||
#define c_no (*pc_no)
|
#define c_no (*pc_no)
|
||||||
|
|
||||||
#endif // HOOK_ENGINE
|
|
||||||
|
|
||||||
extern int c_yes;
|
extern int c_yes;
|
||||||
extern int c_no;
|
extern int c_no;
|
||||||
|
|
||||||
|
#endif // HOOK_ENGINE
|
||||||
|
|
||||||
qboolean SV_CheckBottom(edict_t *ent);
|
qboolean SV_CheckBottom(edict_t *ent);
|
||||||
qboolean SV_movetest(edict_t *ent, vec_t *move, qboolean relink);
|
qboolean SV_movetest(edict_t *ent, vec_t *move, qboolean relink);
|
||||||
qboolean SV_movestep(edict_t *ent, vec_t *move, qboolean relink);
|
qboolean SV_movestep(edict_t *ent, vec_t *move, qboolean relink);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user