1 #ifndef MVCODE_H_INCLUDED
2 #define MVCODE_H_INCLUDED
3 
4 extern unsigned mv_code_table [33][2];
5 
6 #endif
7