link m_actor_dlftbls

This commit is contained in:
Prakxo
2023-06-23 17:19:35 +02:00
parent fc169deedd
commit d0bd3413bf
245 changed files with 4861 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
#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;
#ifdef __cplusplus
}
#endif
#endif