// Copyright (c) Jon Thysell // Licensed under the MIT License. #ifndef STDBOOL_H #define STDBOOL_H typedef Boolean bool; #endif