diff options
Diffstat (limited to 'src/bun.js/bindings/webcore/config.h')
-rw-r--r-- | src/bun.js/bindings/webcore/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bun.js/bindings/webcore/config.h b/src/bun.js/bindings/webcore/config.h new file mode 100644 index 000000000..8d25cbc46 --- /dev/null +++ b/src/bun.js/bindings/webcore/config.h @@ -0,0 +1,6 @@ +#pragma once + +#ifndef WEBCORE_CONFIG +#define WEBCORE_CONFIG +#include "root.h" +#endif
\ No newline at end of file |