6#include "SDL_keycode.h"
12#define INFO_MISSIONS 4
13#define INFO_STANDINGS 5
16#define INFO_DEFAULT -1
int info_buttonRegister(const char *caption, int priority, SDL_Keycode key)
Registers a button in the info menu.
void info_update(void)
Updates the info windows.
int info_buttonUnregister(int id)
Unregisters a button in the info menu.
void info_buttonClear(void)
Clears all the registered buttons.
void menu_info(int window)
Opens the information menu.