1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-22 10:30:36 +02:00
ben-scans/solidify/level.h
2010-09-22 17:04:43 -03:00

10 lines
103 B
C

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