#ifndef LEVEL_H #define LEVEL_H #include "face.h" void level(struct face *f); #endif /* LEVEL_H */