feat: bridge template created
This commit is contained in:
parent
cae1f149a0
commit
41d4c781b9
2 changed files with 14 additions and 0 deletions
1
bridge/mdict_bridge.cpp
Normal file
1
bridge/mdict_bridge.cpp
Normal file
|
|
@ -0,0 +1 @@
|
|||
#include "mdict_bridge.h"
|
||||
13
bridge/mdict_bridge.h
Normal file
13
bridge/mdict_bridge.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef MDICT_BRIDGE
|
||||
#define MDICT_BRIDGE
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Reference in a new issue