File diff r8211:7dc9fca2785c → r8212:13ec7a6b1407
src/autoreplace_type.h
Show inline comments
 
new file 100644
 
/* $Id$ */
 

	
 
/** @file autoreplace_type.h Types related to autoreplacing. */
 

	
 
#ifndef AUTOREPLACE_TYPE_H
 
#define AUTOREPLACE_TYPE_H
 

	
 
struct EngineRenew;
 

	
 
/**
 
 * A list to group EngineRenew directives together (such as per-player).
 
 */
 
typedef EngineRenew* EngineRenewList;
 

	
 
#endif /* AUTOREPLACE_TYPE_H */