Skip to content

Commit a92a757

Browse files
committed
💾 Feat: Define encode_text_move function.
1 parent d78268b commit a92a757

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Common.Algorithm/Encode/Encode.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
#include "Encode.h"
1+
#include "Encode.h"
22

33

44
namespace calg {
55

6+
EXTERN_ALL void encode_text_move(uchar* src, uchar* out, int length) {
7+
8+
}
9+
610
}

0 commit comments

Comments
 (0)