#ifndef __EVENTS_H__ #define __EVENTS_H__ #include void framebuffer_size_callback(Window window, int width, int height); void process_input(Window window); #endif