Luma3DS/source/draw.h

12 lines
186 B
C
Raw Normal View History

2015-08-05 05:54:00 -04:00
/*
* draw.h
* by Reisyukaku
2015-08-14 22:28:26 -04:00
* Copyright (c) 2015 All Rights Reserved
2015-08-05 05:54:00 -04:00
*/
#pragma once
2016-03-06 03:41:07 +01:00
2015-08-05 05:54:00 -04:00
#include "types.h"
2016-02-29 16:28:43 +01:00
void loadSplash(void);
void __attribute__((naked)) shutdownLCD(void);