X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=blobdiff_plain;f=interpreters%2Fbocfel%2Fdict.h;fp=interpreters%2Fbocfel%2Fdict.h;h=e1c8c026b85c66a7b6f0f43755a53eb3ec86bb9a;hp=0000000000000000000000000000000000000000;hb=aa30979369091c96bca34499c28cb01bc16efb1d;hpb=61180dab8f5c29f5a29b83fcb7d62942f7a741d1 diff --git a/interpreters/bocfel/dict.h b/interpreters/bocfel/dict.h new file mode 100644 index 0000000..e1c8c02 --- /dev/null +++ b/interpreters/bocfel/dict.h @@ -0,0 +1,11 @@ +#ifndef DICTIONARY_H +#define DICTIONARY_H + +#include + +void tokenize(uint16_t, uint16_t, uint16_t, int); + +void ztokenise(void); +void zencode_text(void); + +#endif