#ifndef COMET_DRAW_H #define COMET_DRAW_H #include "x11.h" void draw(Window *win); #endif // vim: set ts=4 sw=4 et