add space in include directive
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
#ifndef FONT_H
|
#ifndef FONT_H
|
||||||
#define FONT_H
|
#define FONT_H
|
||||||
|
|
||||||
#include<stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "gfx.h"
|
#include "gfx.h"
|
||||||
|
|
||||||
void ReadLatinFont(char *path, struct Image *image);
|
void ReadLatinFont(char *path, struct Image *image);
|
||||||
|
|||||||
Reference in New Issue
Block a user