blynn / netwalk

Puzzle game: connect all terminals to the server
GNU General Public License v3.0
20 stars 9 forks source link

Remove duplicate definiton of game_won #4

Open link2xt opened 3 years ago

link2xt commented 3 years ago

It is already defined in game.c and declared in game.h.

This patch fixes the linker error "multiple definition of `game_won'".