aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/window/event.h
blob: 2aea47825e9675c5df8098fe00af1a5ecd6f9d51 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MGL_EVENT_H
#define MGL_EVENT_H

typedef struct mgl_event mgl_event;

struct mgl_event {
    int type;
};

#endif /* MGL_EVENT_H */