Go to file
Kp b626ca67e7 Combine game-specific preprocessor blocks
Change:

	#ifdef D1
	x;
	#endif

	...

	#ifdef D1
	y;
	#endif

to:

	#ifdef D1
	x;
	y;
	#endif
	...
2015-09-19 23:04:35 +00:00
common Combine game-specific preprocessor blocks 2015-09-19 23:04:35 +00:00
contrib Make template alias support mandatory 2015-08-03 03:11:25 +00:00
d1x-rebirth Mark various per-file structures as static 2015-08-12 03:11:46 +00:00
d2x-rebirth Remove WORDS_NEED_ALIGNMENT memcpy src cast to const uint8_t* 2015-09-13 21:02:19 +00:00
similar Remove literal snprintf 2015-09-19 23:04:35 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt
GPL-3.txt
SConstruct Restructure compiler preferred option tests 2015-09-19 23:04:35 +00:00