mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix build for Javascript platform
This commit is contained in:
parent
c2abf1a4e9
commit
d6711701f6
2 changed files with 5 additions and 5 deletions
|
|
@ -31,12 +31,12 @@
|
|||
#include "os_javascript.h"
|
||||
|
||||
#include "core/io/file_access_buffered_fa.h"
|
||||
#include "gles2/rasterizer_gles2.h"
|
||||
#include "gles3/rasterizer_gles3.h"
|
||||
#include "drivers/gles2/rasterizer_gles2.h"
|
||||
#include "drivers/gles3/rasterizer_gles3.h"
|
||||
#include "drivers/unix/dir_access_unix.h"
|
||||
#include "drivers/unix/file_access_unix.h"
|
||||
#include "main/main.h"
|
||||
#include "servers/visual/visual_server_raster.h"
|
||||
#include "unix/dir_access_unix.h"
|
||||
#include "unix/file_access_unix.h"
|
||||
|
||||
#include <emscripten.h>
|
||||
#include <png.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue