Code: Show/Hide /* dist: public */ |
Code: Show/Hide /* pytype: opaque, typename *, name2 */ |
Code: Show/Hide /* pytype: struct, struct HGTeam, hgteam */ |
Code: Show/Hide /* pyconst: enum, "HGS_*" */ |
Code: Show/Hide typedef struct Bot { char name[40]; int ship; struct { unsigned alive : 1; unsigned aiming : 1; unsigned firing : 1; unsigned reloading : 1; unsigned padding : 4; } flags; } Bot; /* pytype: struct, *Bot, bot */ |