Release 1.0.0

- Add basic tiling compositor functionality
This commit is contained in:
Cagebreak Signing Key 1 2020-02-17 17:28:35 +00:00
commit de6c07ca2a
45 changed files with 6864 additions and 0 deletions

10
parse.h Normal file
View file

@ -0,0 +1,10 @@
#ifndef PARSE_H
#define PARSE_H
struct cg_server;
int
parse_rc_line(struct cg_server *server, char *line);
#endif /* end of include guard PARSE_H */