File diff r17636:d099f256ef05 → r17637:0d7e49507a12
src/base_media_base.h
Show inline comments
 
@@ -207,10 +207,6 @@ struct GraphicsSet : BaseSet<GraphicsSet
 
/** All data/functions related with replacing the base graphics. */
 
class BaseGraphics : public BaseMedia<GraphicsSet> {
 
public:
 
	/**
 
	 * Determine the palette of the current graphics set.
 
	 */
 
	static void DeterminePalette();
 
};
 

	
 
/** All data of a sounds set. */