예제 #1
0
	/** The execute function see @ref tdialog for more information. */
	static bool execute(std::string& text,
						bool& immutable,
						bool& visible_fog,
						bool& visible_shroud,
						SDL_Color& color,
						std::string& category,
						CVideo& video)
	{
		return teditor_edit_label(text, immutable, visible_fog, visible_shroud, color, category)
				.show(video);
	}
예제 #2
0
	/** The execute function see @ref tdialog for more information. */
	static bool execute(std::string& text, bool& immutable, bool& visible_fog, bool& visible_shroud, CVideo& video)
	{
		return teditor_edit_label(text, immutable, visible_fog, visible_shroud).show(video);
	}