fixup header include ordering
This commit is contained in:
parent
75948c2894
commit
b9618a40e4
18 changed files with 42 additions and 31 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#include "pxl8_font.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "pxl8_font.h"
|
||||
|
||||
pxl8_result pxl8_font_create_atlas(const pxl8_font* font, u8** atlas_data, i32* atlas_width, i32* atlas_height) {
|
||||
if (!font || !atlas_data || !atlas_width || !atlas_height) {
|
||||
return PXL8_ERROR_NULL_POINTER;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue