gearlib/include/events.h

10 lines
179 B
C
Raw Normal View History

2024-04-29 22:41:13 +12:00
#ifndef __EVENTS_H__
#define __EVENTS_H__
2024-05-03 11:18:50 +12:00
#include <gearlib.h>
2024-04-29 22:41:13 +12:00
void framebuffer_size_callback(Window window, int width, int height);
void process_input(Window window);
#endif