File diff r429:0559d7d13047 → r430:c6aefd620ab0
strings.c
Show inline comments
 
@@ -4,6 +4,7 @@
 
#include "town.h"
 
#include "vehicle.h"
 
#include "news.h"
 
#include "screenshot.h"
 

	
 
#define USE_TABLE(x)  { assert(index < lengthof(x)); str = x[index]; break; }