#include "Movie.h"#include "DisplayObject.h"#include "smart_ptr.h"#include "fn_call.h"#include "as_object.h"#include "builtin_function.h"#include "NativeFunction.h"#include "movie_definition.h"#include "sprite_definition.h"#include "VM.h"#include "namedStrings.h"#include "Global_as.h"#include "Object.h"#include "log.h"#include <string>#include <sstream>Namespaces | |
| namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
| void | gnash::registerObjectNative (as_object &global) |
| void | gnash::initObjectClass (as_object *proto, as_object &global, const ObjectURI &uri) |
| Initialize the global Object class. | |
1.7.1