Fix multiple definitions for GCC10

This commit is contained in:
Trung Lê
2020-04-07 14:48:30 +10:00
parent c86e6fef0a
commit 65121e6d5d
4 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "gfx/main.h"
#include "gfx/gb.h"
void transpose_tiles(struct GBImage *gb, int width)
{