]> icculus.org git repositories - btb/d2x.git/blob - main/reorder.h
use the orientation parameter of g3_draw_bitmap
[btb/d2x.git] / main / reorder.h
1
2 /*
3  *
4  * User interface+data for weapon autoselect order selection
5  *
6  */
7
8 #ifndef _REORDER_H
9 #define _REORDER_H
10
11 /* These are defined in weapon.c */
12 extern void ReorderPrimary(void);
13 extern void ReorderSecondary(void);
14
15 #endif /* _REORDER_H */