aboutsummaryrefslogtreecommitdiff
path: root/include/ubox.h
blob: 25d44eb021d3f20ce3f583f48455dde419e91c69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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_text.h"
#include "ubox_assets.h"

#endif /* _UBOX_H */