/* * _bgi_read_raw (drv256) — чтение пикселя без своей W3-скобки * (между _bgi_begin/_bgi_end). Для getimage/putimage. */ #include "../_bgi.h" #include "../../gfx/_gfx.h" unsigned _bgi_read_raw(int x, int y) { return _gfx_getpixel256_raw(x, y); }