uiacceltk/hitchcock/backgroundanim/inc/plugininterface.h
branchRCL_3
changeset 22 7c5dd702d6d3
parent 0 15bf7259bb7c
--- a/uiacceltk/hitchcock/backgroundanim/inc/plugininterface.h	Tue Apr 27 17:34:42 2010 +0300
+++ b/uiacceltk/hitchcock/backgroundanim/inc/plugininterface.h	Tue May 11 17:03:00 2010 +0300
@@ -61,6 +61,8 @@
     // If plugin does not want to use sensors, the function pointer must to be initialized to NULL
     void (*receivesensordata)(void*, int, int);
 
+    void (*setfaded)(int);
+    
     // this function can be used to convey any additional data from/to the plugin.
     int (*extension)(int, void*);
     } plugin_export_v1_t;