/*
  hb.h - HeXbombs
  */

#include <stdio.h>

#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/keysym.h>

/* ---------- Global variables ---------- */
extern Display *dpy;
extern XTextProperty gameTextProp;
extern char gameName[100];
extern int done;
