Changes between Version 33 and Version 34 of CaoCourseTme1
- Timestamp:
- Feb 21, 2007, 10:10:05 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CaoCourseTme1
v33 v34 191 191 par le pointeur map. 192 192 {{{ 193 #define ELM(map,x,y) map->raster[ y*map->width + x]193 #define ELM(map,x,y) map->raster[(y)*map->width + (x)] 194 194 }}} 195 195 Le coeur de ces fonctions sera toujours de la forme :