mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2024-11-22 11:49:23 +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 */
|