File diff r25638:746ccf302c92 → r25639:20271bec4a10
src/script/api/script_text.hpp
Show inline comments
 
@@ -88,7 +88,7 @@ public:
 
	 * @param ... Optional arguments for this string.
 
	 */
 
	ScriptText(StringID string, ...);
 
#endif
 
#endif /* DOXYGEN_API */
 
	~ScriptText();
 

	
 
#ifndef DOXYGEN_API