/* * @Author: klmp200 * @Date: 2016-12-27 19:59:21 * @Last Modified by: klmp200 * @Last Modified time: 2016-12-27 20:09:56 */ #include #include #include #include #include void SDL_test(){ PIXEL test; Matrix gg = CreateMatrix(); SetCellValue(gg, 1, 1, true); test.color = 1; }