www.pudn.com > Flirt.zip > function_class.h
/* Flirt, an SWF rendering library Copyright (c) 2004-2006 Dave HaydenAll rights reserved. http://www.opaque.net/flirt/ This code is distributed under the two-clause BSD license. Read the LICENSE file or visit the URL above for details */ #ifndef DD_ACTION_CLASSES_FUNCTION_H_INCLUDED #define DD_ACTION_CLASSES_FUNCTION_H_INCLUDED #include "../class.h" #include "../function.h" extern ddActionClass* ddActionFunctionClass; ddActionFunction* dd_initFunctionClass(); #endif /* DD_ACTION_CLASSES_FUNCTION_H_INCLUDED */