mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-26 23:54:15 +01:00
16 lines
212 B
C
16 lines
212 B
C
#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
|