mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Fix warning.h not including a required header
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
#ifndef WARNING_H
|
#ifndef WARNING_H
|
||||||
#define WARNING_H
|
#define WARNING_H
|
||||||
|
|
||||||
|
#include "helpers.h"
|
||||||
|
|
||||||
extern unsigned int nbErrors;
|
extern unsigned int nbErrors;
|
||||||
|
|
||||||
enum WarningID {
|
enum WarningID {
|
||||||
|
|||||||
Reference in New Issue
Block a user