Add missing header in opt.h

This commit is contained in:
ISSOtm
2022-02-05 13:37:40 +01:00
parent acc31feaa1
commit 9b49f788e4

View File

@@ -10,6 +10,7 @@
#define RGBDS_OPT_H
#include <stdbool.h>
#include <stdint.h>
void opt_B(char chars[2]);
void opt_G(char chars[4]);