Home
last modified time | relevance | path

Searched refs:blit_shield_charge (Results 1 – 3 of 3) sorted by relevance

/dports/games/alienwave/alienwave/
H A Dblit.h41 void blit_shield_charge(int,int,int);
H A Dshield.c39 else if (scudo.state>0) blit_shield_charge(x_ofs,y_ofs,scudo.state/(SHIELD_MAX/20)); in blit_shields()
H A Dblit.c605 void blit_shield_charge(int x, int y, int length) in blit_shield_charge() function