1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

javascript build fix

This commit is contained in:
Juan Linietsky
2015-04-02 14:54:36 -03:00
parent 68e42f53ba
commit 8ea7e3e2b1
2 changed files with 7 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ public:
virtual VideoMode get_video_mode(int p_screen=0) const;
virtual void get_fullscreen_mode_list(List<VideoMode> *p_list,int p_screen=0) const;
virtual Size2 get_screen_size(int p_screen=0) const;
virtual String get_name();
virtual MainLoop *get_main_loop() const;