#ifndef WINDOW_HPP #define WINDOW_HPP #define WIDTH 720 #define HEIGHT 420 int graph(uint32_t *img, bool &needUpdate); int cloud(uint32_t *img, bool &needUpdate); int marble(uint32_t *img, bool &needUpdate); int random(uint32_t *img, bool &needUpdate); int wood(uint32_t *img, bool &needUpdate); #endif