| @@ -4,7 +4,7 @@ | |||||
| #include "wasm.h" | #include "wasm.h" | ||||
| #include "internal.h" | |||||
| #include "../pugl-upstream/src/internal.h" | |||||
| #include <stdio.h> | #include <stdio.h> | ||||
| @@ -5,8 +5,7 @@ | |||||
| #ifndef PUGL_SRC_WASM_H | #ifndef PUGL_SRC_WASM_H | ||||
| #define PUGL_SRC_WASM_H | #define PUGL_SRC_WASM_H | ||||
| // #include "attributes.h" | |||||
| #include "types.h" | |||||
| #include "../pugl-upstream/src/types.h" | |||||
| #include "pugl/pugl.h" | #include "pugl/pugl.h" | ||||
| @@ -2,7 +2,7 @@ | |||||
| // Copyright 2021-2022 Filipe Coelho <falktx@falktx.com> | // Copyright 2021-2022 Filipe Coelho <falktx@falktx.com> | ||||
| // SPDX-License-Identifier: ISC | // SPDX-License-Identifier: ISC | ||||
| #include "stub.h" | |||||
| #include "../pugl-upstream/src/stub.h" | |||||
| #include "wasm.h" | #include "wasm.h" | ||||
| #include "pugl/pugl.h" | #include "pugl/pugl.h" | ||||
| @@ -4,9 +4,7 @@ | |||||
| #include "pugl/stub.h" | #include "pugl/stub.h" | ||||
| #include "stub.h" | |||||
| // #include "types.h" | |||||
| // #include "wasm.h" | |||||
| #include "../pugl-upstream/src/stub.h" | |||||
| #include "pugl/pugl.h" | #include "pugl/pugl.h" | ||||
| @@ -146,10 +146,10 @@ START_NAMESPACE_DGL | |||||
| # endif | # endif | ||||
| # pragma clang diagnostic pop | # pragma clang diagnostic pop | ||||
| #elif defined(DISTRHO_OS_WASM) | #elif defined(DISTRHO_OS_WASM) | ||||
| # include "pugl-upstream/src/wasm.c" | |||||
| # include "pugl-upstream/src/wasm_stub.c" | |||||
| # include "pugl-extra/wasm.c" | |||||
| # include "pugl-extra/wasm_stub.c" | |||||
| # ifdef DGL_OPENGL | # ifdef DGL_OPENGL | ||||
| # include "pugl-upstream/src/wasm_gl.c" | |||||
| # include "pugl-extra/wasm_gl.c" | |||||
| # endif | # endif | ||||
| #elif defined(DISTRHO_OS_WINDOWS) | #elif defined(DISTRHO_OS_WINDOWS) | ||||
| # include "pugl-upstream/src/win.c" | # include "pugl-upstream/src/win.c" | ||||