19 #ifndef GNASH_SWF_SYMBOLCLASSTAG_H
20 #define GNASH_SWF_SYMBOLCLASSTAG_H
34 class movie_definition;
50 log_debug(
"SymbolClassTag: Creating class %s.", _rootClass);
61 log_swferror(
"SWF contains SymbolClass tag, but is not an "
68 boost::uint16_t num_symbols = in.
read_u16();
69 log_debug(
"There are %u symbols.", num_symbols);
70 for (
unsigned int i = 0;
i < num_symbols; ++
i) {
76 log_parse(
"Symbol %u name %s, character %u",
i, name,
id);
111 const std::string _rootClass;
118 #endif // GNASH_SWF_SYMBOLCLASSTAG_H