mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 07:31:29 +00:00
Delete GUI.h umbrella include following 8d0cb1b954.
Differential Revision: https://code.wildfiregames.com/D2304 Tested on: clang 8.0.1., VS2015, Jenkins Comments By: Vladislav, Angen, Stan Tested by: Angen This was SVN commit r22941.
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
#include "ps/Hotkey.h"
|
||||
#include "scriptinterface/ScriptConversions.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#define SET(obj, name, value) STMT(JS::RootedValue v_(cx); AssignOrToJSVal(cx, &v_, (value)); JS_SetProperty(cx, obj, (name), v_))
|
||||
// ignore JS_SetProperty return value, because errors should be impossible
|
||||
// and we can't do anything useful in the case of errors anyway
|
||||
|
||||
Reference in New Issue
Block a user