|
Gnash
0.8.11dev
|
#include "RunResources.h"#include "LoadableObject.h"#include "log.h"#include "Array_as.h"#include "as_object.h"#include "StreamProvider.h"#include "URL.h"#include "namedStrings.h"#include "movie_root.h"#include "VM.h"#include "NativeFunction.h"#include "utf8.h"#include "fn_call.h"#include "GnashAlgorithm.h"#include "Global_as.h"#include "IOChannel.h"#include <sstream>#include <map>#include <boost/tokenizer.hpp>Namespaces | |
| gnash | |
| Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
| void | gnash::attachLoadableInterface (as_object &where, int flags) |
| Attach some common AS code for Loadable objects. More... | |
| void | gnash::registerLoadableNative (as_object &global) |
| Register methods as native for use by XML_as and LoadVars_as. More... | |
1.8.12