aboutsummaryrefslogtreecommitdiff
path: root/include/ubox.h
blob: cbf8d9869eb758a8311de151d2a28d72fafdadbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _UBOX_H
#define _UBOX_H

#include <stdint.h>

#include "ubox_vga.h"
#include "ubox_timer.h"
#include "ubox_keyb.h"
#include "ubox_joy.h"
#include "ubox_control.h"
#include "ubox_sound.h"
#include "ubox_assets.h"

#endif /* _UBOX_H */