File diff r18875:1438011bedd9 → r18876:3403b9c464f9
src/strgen/strgen.h
Show inline comments
 
@@ -9,12 +9,14 @@
 

	
 
/** @file strgen.h Structures related to strgen. */
 

	
 
#ifndef STRGEN_H
 
#define STRGEN_H
 

	
 
#include "../language.h"
 

	
 
/** Container for the different cases of a string. */
 
struct Case {
 
	int caseidx;  ///< The index of the case.
 
	char *string; ///< The translation of the case.
 
	Case *next;   ///< The next, chained, case.