11 lines
149 B
C
11 lines
149 B
C
#ifndef __button_h
|
|
#define __button_h
|
|
|
|
#include "render.h"
|
|
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Xutil.h>
|
|
#include <glib.h>
|
|
|
|
|
|
#endif /* __button_h */
|