quakeforge/include/QF/plugin
Bill Currie 755ef524e4 [video] Use views instead of conwidth and conheight
conwidth and conheight have been moved into vid.conview (probably change
the name at some time), and scr_vrect has been replaced by a view as
well. This makes it much easier to create 2d elements that follow the
screen size (taking advantage of a view's gravity) which will, in the
end, make changing the window size easier.
2021-07-10 18:04:34 +09:00
..
cd.h [util] Make PI_LoadPlugin always call general init function 2021-06-26 16:18:05 +09:00
console.h [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00
general.h [plugin] Clean up the rest of the plugin structs 2021-06-22 19:47:20 +09:00
input.h [plugin] Clean up the rest of the plugin structs 2021-06-22 19:47:20 +09:00
snd_output.h [audio] Add optional on_update output function 2021-06-25 13:52:50 +09:00
snd_render.h [util] Make PI_LoadPlugin always call general init function 2021-06-26 16:18:05 +09:00
vid_render.h [video] Use views instead of conwidth and conheight 2021-07-10 18:04:34 +09:00