libgaminggear
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Macros | Typedefs | Functions
gaminggear_fx_plugin.h File Reference

Data Structures

struct  _GaminggearFxPlugin
 

Macros

#define GAMINGGEAR_FX_PLUGIN_API   __attribute__((visibility("default")))
 
#define GAMINGGEAR_FX_SYMBOL_PLUGIN_NEW   "gaminggear_fx_plugin_new"
 

Typedefs

typedef struct _GaminggearFxPlugin GaminggearFxPlugin
 
typedef GaminggearFxPlugin *(* GAMINGGEAR_FX_PLUGIN_NEW )(void)
 

Functions

GaminggearFxPlugingaminggear_fx_plugin_new (void)
 

Macro Definition Documentation

#define GAMINGGEAR_FX_PLUGIN_API   __attribute__((visibility("default")))
#define GAMINGGEAR_FX_SYMBOL_PLUGIN_NEW   "gaminggear_fx_plugin_new"

Typedef Documentation

typedef GaminggearFxPlugin*(* GAMINGGEAR_FX_PLUGIN_NEW)(void)

Function Documentation

GaminggearFxPlugin* gaminggear_fx_plugin_new ( void  )