update build script
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_portal.h
1 #ifndef ENT_PORTAL_H
2 #define ENT_PORTAL_H
3
4 #include "addon.h"
5
6 /* world portals */
7
8 struct {
9 addon_reg *display_world;
10 int dirty, active;
11
12 v3f display_co;
13 }
14 static global_portal = { .display_co = { 12,1,0 }, .active = 1 };
15
16 #endif /* ENT_PORTAL_H */