gen/button_gen.h
Go to the documentation of this file.
00001 /* THIS IS A GENERATED FILE, DO NOT EDIT!!! */
00023 #ifndef __BUTTON_GEN_H__
00024 #define __BUTTON_GEN_H__
00025 
00026 #include <stdlib.h>
00027 #include <stdbool.h>
00028 #include <stdint.h>
00029 #include <stddef.h>
00030 
00032 typedef struct button_st_ *button_handle;
00033 
00034 /* APIs below are documented in their implementation file */
00035 
00036 extern void
00037 button_paint(button_handle button_h);
00038 
00039 extern void
00040 button_delete(button_handle button_h);
00041 
00042 #endif
 All Classes Files Functions Variables Typedefs