Tartarus CVS: sdlgames simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Mon, 26 Aug 2002 13:15:55 +0100


CVSROOT:	/home/cvs
Module name:	sdlgames
Changes by:	simon	02/08/26 13:15:55

Modified files:
	.              : sdlstuff.h 
	nort           : nort.c 

Log message:
Make all of Nort's internal symbols static, leaving only main()
declared externally. When I write another game to go with Nort, I
will arrange that all games can be linked into one binary (to save
on copies of libc when linked statically to go on a PS2 memory
card), so I need to take drastic measures now to prevent symbol
clash in the future.