19 #ifndef GNASH_AOS4_PLUGIN_H
20 #define GNASH_AOS4_PLUGIN_H
23 #include "pluginbase.h"
52 NPBool
init(NPWindow* aWindow);
56 NPError
NewStream(NPMIMEType
type, NPStream *stream, NPBool seekable,
59 int32
Write(NPStream *stream, int32 offset, int32 len,
void *buffer);
79 mouse_buttons = buttons;
102 unsigned char* _memaddr;
112 static void FSCommand_callback(
gnash::MovieClip* movie,
const std::string& command,
const std::string& args);
115 #endif // __PLUGIN_H__