NiTrO120 : visiblement tu nas pas compris ... typedef struct { int w,h; int spDat[3]; int mat[w][h]; } niveauL; niveauL nvo[nb_de_niveaux]; c'est peut-etre plus explicite...
typedef struct { int w,h; int spDat[3]; int mat[w][h]; } niveauL; niveauL nvo[nb_de_niveaux];