Super-Rogue: convert to ANSI-style function declarations.

This fixes most of the build warnings.
This commit is contained in:
John "Elwin" Edwards 2016-01-31 13:45:07 -05:00
parent 0f87d5b4d8
commit 59f448e92e
33 changed files with 783 additions and 518 deletions

View file

@ -24,7 +24,8 @@
* read_scroll:
* Let the hero read a scroll
*/
read_scroll()
void
read_scroll(void)
{
reg struct object *obj;
reg struct linked_list *item;