Home
last modified time | relevance | path

Searched refs:itemgridrows (Results 1 – 1 of 1) sorted by relevance

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxrender.cpp94 const int itemgridrows = 16; // number of item rows variable
530 itemgrid = (unsigned char*)malloc(itemgridrows * itemgridcols * 4 * 32 * 32); in Create16x16Grid()