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
Aurora 42b39c9ab8 Merged my changes
There you have it!
2016-02-08 03:37:03 +01:00

16 lines
218 B
C

/*
* draw.h
* by Reisyukaku
* Copyright (c) 2015 All Rights Reserved
*/
#include "types.h"
struct fb {
u8 *top_left;
u8 *top_right;
u8 *bottom;
};
void clearScreen(void);
void loadSplash(void);