[v0.23] Fix FreeBSD compilation issues as reported by #13

This commit is contained in:
Dr-Noob
2022-04-10 16:52:42 +01:00
parent 312d78b7f1
commit 6f196c1797
3 changed files with 13 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
#ifndef __ARGS__
#define __ARGS__
#include <cstdint>
struct color {
int32_t R;
int32_t G;