feat: bridge template created

This commit is contained in:
jean0t 2026-01-18 14:04:44 -03:00
commit 41d4c781b9
2 changed files with 14 additions and 0 deletions

1
bridge/mdict_bridge.cpp Normal file
View file

@ -0,0 +1 @@
#include "mdict_bridge.h"

13
bridge/mdict_bridge.h Normal file
View file

@ -0,0 +1,13 @@
#ifndef MDICT_BRIDGE
#define MDICT_BRIDGE
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif