dxx-rebirth/main/reorder.h
2006-03-20 17:12:09 +00:00

17 lines
303 B
C
Executable file

/* $Id: reorder.h,v 1.1.1.1 2006/03/17 19:55:10 zicodxx 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 */