summaryrefslogtreecommitdiffstats
path: root/menu_demo/button.c
blob: 13a499c098ac58eeca55bf0b3c94a2303fde551d (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 MenuState {
  MENU_MAIN,
  MENU_START,
  MENU_OPTIONS
};