projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix regression with gate flipping
[carveJwlIkooP6JGAAIwe30JlM.git]
/
ent_route.h
1
#pragma once
2
#include
"entity.h"
3
4
struct
global_ent_route
5
{
6
struct
gui_helper
*
helper_weekly
, *
helper_alltime
;
7
}
8
extern
global_ent_route
;
9
10
void
ent_route_call
(
world_instance
*
world
,
ent_call
*
call
);
11
void
ent_route_preupdate
(
ent_route
*
route
,
int
active
);