Gnash
0.8.10
|
#include "Object.h"
#include <string>
#include <sstream>
#include "Movie.h"
#include "DisplayObject.h"
#include "fn_call.h"
#include "as_object.h"
#include "NativeFunction.h"
#include "movie_definition.h"
#include "sprite_definition.h"
#include "VM.h"
#include "namedStrings.h"
#include "Global_as.h"
#include "movie_root.h"
#include "log.h"
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. |