gearlib/include/events.h
2024-04-29 22:41:13 +12:00

10 lines
177 B
C

#ifndef __EVENTS_H__
#define __EVENTS_H__
#include <types.h>
void framebuffer_size_callback(Window window, int width, int height);
void process_input(Window window);
#endif