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