This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Luma3DS-3GX/source/draw.h
2016-03-10 16:06:44 +01:00

15 lines
215 B
C

/*
* draw.h
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#ifndef DRAW_INC
#define DRAW_INC
#include "types.h"
void loadSplash(void);
void __attribute__((naked)) shutdownLCD(void);
#endif