9b5dd80d84
This is technically a breaking change for C++, unfortunately. Fixes #423.
9 lines
126 B
C
9 lines
126 B
C
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
typedef uint8_t Transparent;
|
|
|
|
#define FOO 0
|