dxx-rebirth/main/reorder.h
2003-10-10 09:36:35 +00:00

17 lines
295 B
C

/* $Id: reorder.h,v 1.2 2003-10-10 09:36:35 btb Exp $ */
/*
*
* User interface+data for weapon autoselect order selection
*
*/
#ifndef _REORDER_H
#define _REORDER_H
/* These are defined in weapon.c */
extern void ReorderPrimary();
extern void ReorderSecondary();
#endif /* _REORDER_H */