File diff r12675:08178fc9d621 → r12676:3124748a27b7
src/base_media_base.h
Show inline comments
 
@@ -28,13 +28,13 @@ struct MD5File {
 
template <class T, size_t Tnum_files>
 
struct BaseSet {
 
	/** Number of files in this set */
 
	static const size_t NUM_FILES = Tnum_files;
 

	
 
	/** Internal names of the files in this set. */
 
	static const char *file_names[Tnum_files];
 
	static const char **file_names;
 

	
 
	const char *name;          ///< The name of the base set
 
	const char *description;   ///< Description of the base set
 
	uint32 shortname;          ///< Four letter short variant of the name
 
	uint32 version;            ///< The version of this base set