Open Nino678190 opened 2 days ago
I get an error while calling function int_update_piece(). Seen here. tinytetris-commented.cpp: In function ‘int update_piece()’: tinytetris-commented.cpp:56:1: warning: no return statement in function returning non-void [-Wreturn-type] 56 | } | ^
I get an error while calling function int_update_piece(). Seen here. tinytetris-commented.cpp: In function ‘int update_piece()’: tinytetris-commented.cpp:56:1: warning: no return statement in function returning non-void [-Wreturn-type] 56 | } | ^