mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 01:42:37 +00:00

Contains primitive drawing functions, such as fill, points, line, etc, and also texture drawing functions blit, flipped, tiled. This removes specialty drawing code from several places, most notably CVideo and gui/core/canvas. Functions to draw to the screen should now go in draw.cpp.