DavidGriffith / frotz

Infocom-style interactive fiction player for Unix and DOS (moved to https://gitlab.com/DavidGriffith/frotz)
GNU General Public License v2.0
209 stars 64 forks source link

Declare functions in handy .h file #10

Closed ZoeB closed 7 years ago

ZoeB commented 9 years ago

I made a new ux_init.h to declare the functions in before they're called. This seems to compile OK, but may well need some polishing and bringing inline with your conventions.