Implement & link ac_ev_santa

This commit is contained in:
Cuyler36
2023-12-25 12:36:11 -05:00
parent 4ca6558353
commit 22c0e51ec1
7 changed files with 541 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#ifndef M_MSG_DATA_H
#define M_MSG_DATA_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
#define MSG_SANTA_WISH_FTR 0x2B54
#define MSG_SANTA_WISH_WALL 0x2B55
#define MSG_SANTA_WISH_CARPET 0x2B56
#define MSG_SANTA_WISH_CLOTH 0x2B57
#ifdef __cplusplus
}
#endif
#endif