summaryrefslogtreecommitdiff
path: root/src/main.h
blob: 9a1a64dbd1c7cde1c409a4fd8a29a11bed9c6299 (plain)
1
2
3
4
5
6
7
8
#ifndef main_h
#define main_h

#include "window.h"
#include "entity.h"
#include "event.h"

#endif