#include "Snack.h" void generateSnack(Point* snack){ // TODO: implement me // should set a random position for the point, update its character/image and display the point // x should be between (0, GAME_RIGHT_WALL_X) // y should be between (0, GAME_BOTTOM_WALL_Y) }