6 lines
74 B
C
6 lines
74 B
C
|
#ifndef PAINT_H
|
||
|
#define PAINT_H
|
||
|
|
||
|
void build_paint();
|
||
|
|
||
|
#endif /* PAINT_H */
|