1 #ifndef __FBSCRIPT_WRAPPER_H__
2 #define __FBSCRIPT_WRAPPER_H__
43 #include <kaydaradef.h>
48 #define FBSDK_DLL K_DLLIMPORT
54 #ifdef FBSDKUseNamespace
55 namespace FBSDKNamespace {
73 virtual void ContentDestroy() = 0;
92 #ifdef FBSDKUseNamespace
This interface is used to bridge ORSDK and Python exposition.
FBScriptWrapper * GetWrapper()
Return the wrapper interface of this FBObject.
A template class for arrays.
#define FBSDK_DLL
Be sure that FBSDK_DLL is defined only once...
The purpose of this file is to hold all of the SDK general-purpose preprocessor definitions.
#define FB_FORWARD(ClassName)
Forwarding of class and typedef declaration.