File diff r17628:416ab6bada3d → r17629:21e9dfd343cd
src/newgrf_class_func.h
Show inline comments
 
@@ -13,6 +13,10 @@
 

	
 
#include "table/strings.h"
 

	
 
/**
 
 * Helper for defining the class method's signatures.
 
 * @param type The type of the class.
 
 */
 
#define DEFINE_NEWGRF_CLASS_METHOD(type) \
 
	template <typename Tspec, typename Tid, Tid Tmax> \
 
	type NewGRFClass<Tspec, Tid, Tmax>