Labyrinth/include/water.h

6 lines
75 B
C

#ifndef WATER_H
#define WATHER_H
void water(Labyrinth* labyrinth);
#endif