Thumbnail

rani/cscroll.git

Clone URL: https://git.buni.party/rani/cscroll.git

Viewing file on branch master

1#ifndef MAIN_H
2#define MAIN_H
3
4enum prog_mode {
5 MODE_NORMAL,
6 MODE_CUT,
7};
8
9#endif /* MAIN_H */
10