File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/signs.cpp
Show inline comments
 
@@ -18,6 +18,8 @@
 

	
 
#include "table/strings.h"
 

	
 
#include "safeguards.h"
 

	
 
/** Initialize the sign-pool */
 
SignPool _sign_pool("Sign");
 
INSTANTIATE_POOL_METHODS(Sign)