Subversion Repositories freemyipod

Rev

Rev 498 | Rev 509 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 498 Rev 504
Line 19... Line 19...
19
//    with emCORE.  If not, see <http://www.gnu.org/licenses/>.
19
//    with emCORE.  If not, see <http://www.gnu.org/licenses/>.
20
//
20
//
21
//
21
//
22
 
22
 
23
 
23
 
24
#ifndef __LIBUI_H__
24
#ifndef __EXPORT_LIBUI_H__
25
#define __LIBUI_H__
25
#define __EXPORT_LIBUI_H__
26
 
26
 
27
#include "emcorelib.h"
27
#include "emcorelib.h"
28
 
-
 
29
 
-
 
-
 
28
#include "../libui.h"
30
#include "../blend.h"
29
#include "../blend.h"
-
 
30
#include "../chooser.h"
-
 
31
#include "../chooser_action_handler_wheel.h"
-
 
32
#include "../chooser_renderer_list.h"
31
 
33
 
32
 
34
 
33
/* increase this every time the api struct changes */
35
/* increase this every time the api struct changes */
34
#define LIBUI_API_VERSION 1
36
#define LIBUI_API_VERSION 1
35
 
37
 
Line 46... Line 48...
46
struct libui_api
48
struct libui_api
47
{
49
{
48
    typeof(blend)* blend;
50
    typeof(blend)* blend;
49
    typeof(blendcolor)* blendcolor;
51
    typeof(blendcolor)* blendcolor;
50
    typeof(mattecolor)* mattecolor;
52
    typeof(mattecolor)* mattecolor;
-
 
53
    typeof(chooser_run)* chooser_run;
-
 
54
    typeof(chooser_action_handler_wheel)* chooser_action_handler_wheel;
-
 
55
    typeof(chooser_renderer_list)* chooser_renderer_list;
51
};
56
};
52
 
57
 
53
#endif
58
#endif