1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Include stdbool.h in Guard.hpp

C only has `bool` type when `stdbool.h` is included.
This commit is contained in:
Michał Janiszewski
2017-10-12 23:40:34 +02:00
committed by Michael Steenbeek
parent 18d29fdc24
commit 7dad101f70

View File

@@ -17,6 +17,7 @@
#pragma once
#include <stdarg.h>
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {