8 lines
132 B
C
8 lines
132 B
C
#ifndef SERPENT_H
|
|
#define SERPENT_H
|
|
void DessinerScene(int sprite,int x,int y,int n)
|
|
int main()
|
|
int serpent;
|
|
|
|
#endif /*SERPENT_H */
|