Esempio n. 1
0
static std::string get_text(AssDialogueBlock &d) { return d.GetText(); }
Esempio n. 2
0
// Skip over override blocks, comments, and whitespace between blocks
static bool bad_block(AssDialogueBlock &block) {
	return block.GetType() != AssBlockType::PLAIN || boost::all(block.GetText(), boost::is_space());
}