comparison libtwamr/window.h @ 255:07f936338de1

libtwamr: integrated up to b_cn_cod.c
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 05 Apr 2024 17:31:49 +0000
parents
children 7818f466a639
comparison
equal deleted inserted replaced
254:f931e704adc5 255:07f936338de1
1 /*
2 * This header file holds extern declarations for the tables in window.c,
3 * previously statics in window.tab include file, but now with intermodule
4 * linkage.
5 */
6
7 #ifndef window_h
8 #define window_h
9
10 #include "typedef.h"
11
12 extern const Word16 window_200_40[L_WINDOW];
13 extern const Word16 window_160_80[L_WINDOW];
14 extern const Word16 window_232_8[L_WINDOW];
15
16 #endif