mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
add space in include directive
This commit is contained in:
parent
1ddb502ff8
commit
066d199fe3
@ -3,7 +3,7 @@
|
||||
#ifndef FONT_H
|
||||
#define FONT_H
|
||||
|
||||
#include<stdbool.h>
|
||||
#include <stdbool.h>
|
||||
#include "gfx.h"
|
||||
|
||||
void ReadLatinFont(char *path, struct Image *image);
|
||||
|
Loading…
Reference in New Issue
Block a user