SummerCart64/sw/libsc64/inc/libsc64.h

16 lines
212 B
C
Raw Normal View History

2021-03-11 00:10:32 +01:00
#ifndef LIBSC64_H__
#define LIBSC64_H__
#include "boot.h"
#include "control.h"
#include "gpio.h"
#include "io_dma.h"
#include "init.h"
#include "save.h"
#include "sd.h"
#include "usb.h"
#endif