Changes between Version 13 and Version 14 of CaoCourseTme9


Ignore:
Timestamp:
May 9, 2007, 12:25:58 PM (18 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CaoCourseTme9

    v13 v14  
    164164Cette fonction permet de re-initialiser à « vide » la liste ordonnée représentant la frontière.
    165165{{{       
    166 extern boundlee_t * add_boundlee(frontierlee_t *list, int x, int y);
     166extern void add_boundlee(frontierlee_t *list, int x, int y);
    167167}}}       
    168168
     
    213213Cette fonction permet de re-initialiser à « vide » la liste ordonnée représentant la frontière.
    214214{{{       
    215 extern boundastar_t * add_boundastar(frontierastar_t *list, int x,int y,int cout);
     215extern void add_boundastar(frontierastar_t *list, int x,int y,int cout);
    216216}}}
    217217