Files
ac-decomp/include/ev_cherry_manager.h
Rainchus b16da413bf match ev_cherry_manager.c (#272)
* match ev_cherry_manager.c

* remove extra include

* update cherry manager definitions
2024-03-03 16:49:31 +01:00

23 lines
310 B
C

#ifndef EV_CHERRY_MANAGER_H
#define EV_CHERRY_MANAGER_H
#include "types.h"
#include "m_actor.h"
#ifdef __cplusplus
extern "C" {
#endif
extern ACTOR_PROFILE Ev_Cherry_Manager_Profile;
typedef struct cherry_manager_s {
ACTOR actor_class;
} CHERRY_MANAGER_EVENT_ACTOR;
#ifdef __cplusplus
}
#endif
#endif