naev 0.11.5
options.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6void opt_menu (void);
7void opt_resize (void);
8int opt_setVideoMode( int w, int h, int fullscreen, int confirm );
int opt_setVideoMode(int w, int h, int fullscreen, int confirm)
Applies new video-mode options.
Definition options.c:1478
void opt_resize(void)
Handles resize events for the options menu.
Definition options.c:213
void opt_menu(void)
Creates the options menu thingy.
Definition options.c:126