File diff r23496:661d21df67d7 → r23497:a0ab44ebd2fa
src/script/api/script_text.hpp
Show inline comments
 
@@ -42,13 +42,13 @@ public:
 
 */
 
class RawText : public Text {
 
public:
 
	RawText(const char *text);
 
	~RawText();
 

	
 
	/* virtual */ const char *GetEncodedText() { return this->text; }
 
	const char *GetEncodedText() override { return this->text; }
 
private:
 
	const char *text;
 
};
 

	
 
/**
 
 * Class that handles all text related functions. You can define a language