summaryrefslogtreecommitdiffstats
path: root/menu_demo/button.c
blob: 499570b598513339574b1b18f282e4a25cbfaa51 (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
};