summaryrefslogtreecommitdiffstats
path: root/menu_demo/button.c
blob: f9397f1d1aa702ec0d3bc47bcca4bcb5bb6ba156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifdef G_OS_WIN32
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
#endif

#include <gl\gl.h>

#include "bitmap.h"

enum ButtonType {
  MENU_MAIN,
  MENU_START,
  MENU_OPTIONS
};