Add header declarations

This commit is contained in:
Cuyler36
2023-05-29 02:58:12 -04:00
parent e9ad57bdd4
commit 712c6be480
+7 -1
View File
@@ -7,7 +7,13 @@
extern "C" {
#endif
extern void mEA_InitLetterCardE();
extern int mEA_CheckLetterCardE(int card_no);
extern void mEA_SetLetterCardE(int card_no);
extern void mEA_GetCardDLProgram();
extern void mEA_CleanCardDLProgram();
extern u8* mEA_dl_carde_program_p();
extern size_t mEA_dl_carde_program_size();
#ifdef __cplusplus
}