/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.4.0.21) *
 *******************************************************************/
#ifndef __wrappedatkTYPES_H_
#define __wrappedatkTYPES_H_

#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS() 
#endif

typedef void (*vFp_t)(void*);
typedef uint32_t (*uFp_t)(void*);
typedef uint32_t (*uFpp_t)(void*, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(atk_focus_tracker_init, vFp_t) \
	GO(atk_add_focus_tracker, uFp_t) \
	GO(atk_add_global_event_listener, uFpp_t) \
	GO(atk_add_key_event_listener, uFpp_t)

#endif // __wrappedatkTYPES_H_