diff options
Diffstat (limited to 'draw.h')
| -rw-r--r-- | draw.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +#ifndef COMET_DRAW_H +#define COMET_DRAW_H + +#include "x11.h" + +void draw(Window *win); + +#endif + +// vim: set ts=4 sw=4 et |
