mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 01:13:44 +00:00
all JS-dependent code now includes scripting/SpiderMonkey.h instead of <js*.h> directly - see rationale in that header.
singleton: removed unnecessary headers This was SVN commit r2425.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <jsapi.h>
|
||||
#include "scripting/SpiderMonkey.h"
|
||||
|
||||
#if SDL_BYTE_ORDER == SDL_BIG_ENDIAN
|
||||
#define ucs2le_to_wchart(ptr) (wchar_t)( (u16) ((u8*)ptr)[0] | (u16) ( ((u8*)ptr)[1] << 8) )
|
||||
|
||||
Reference in New Issue
Block a user