mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
[CHG] Same header was included twice
This commit is contained in:
parent
3eed382e82
commit
124e1473a7
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*===========================================
|
/*===========================================
|
||||||
GRRLIB (GX Version)
|
GRRLIB (GX Version)
|
||||||
- Example Code -
|
- Example Code -
|
||||||
|
|
||||||
How To use Bitmap Fonts
|
How To use Bitmap Fonts
|
||||||
============================================*/
|
============================================*/
|
||||||
|
@ -9,7 +9,6 @@
|
||||||
#include <ogc/lwp_watchdog.h> // Needed for gettime and ticks_to_millisecs
|
#include <ogc/lwp_watchdog.h> // Needed for gettime and ticks_to_millisecs
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <wiiuse/wpad.h>
|
#include <wiiuse/wpad.h>
|
||||||
#include <wiiuse/wpad.h>
|
|
||||||
#include <fat.h>
|
#include <fat.h>
|
||||||
|
|
||||||
#include "gfx/BMfont1.h"
|
#include "gfx/BMfont1.h"
|
||||||
|
|
Loading…
Reference in a new issue