ravenzachary / Far-Horizons

Far Horizons is a strategic play-by-email (PBeM) game of galactic exploration, trade, diplomacy, and conquest. This repository contains the game engine source code.
GNU General Public License v2.0
3 stars 3 forks source link

ANSIfy function declarations in source with main #24

Closed mdhender closed 3 years ago

mdhender commented 3 years ago

Changed function declarations from K&R style to ANSI.

Partial solution to #20

mdhender commented 3 years ago

This shouldn't be applied yet.