summaryrefslogtreecommitdiff
path: root/src/user/highway/line.h
blob: fc131ec0e224b84421eadc6d33a83eaf7122635f (plain) (blame)
1
2
3
4
5
6
7
#ifndef LINE_H
#define LINE_H

void run_line(const char *line);
void ensure_color();

#endif