15 lines
186 B
C
15 lines
186 B
C
|
|
|
|
#ifndef AUGMENTATION_SERPENT_H
|
|
|
|
#define AUGMENTATION_SERPENT_H
|
|
#include "plateau_init.h"
|
|
|
|
void augmentation_serpent(struct adresse* pointeur);
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* AUGMENTATION_SERPENT_H */
|