mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2024-11-22 09:30:38 +02:00
10 lines
103 B
C
10 lines
103 B
C
#ifndef LEVEL_H
|
|
#define LEVEL_H
|
|
|
|
#include "face.h"
|
|
|
|
|
|
void level(struct face *f);
|
|
|
|
#endif /* LEVEL_H */
|