UNPKG
node-sdl2
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
Bindings for SDL2 in Node
github.com/zetsingithub/node-sdl2
zetsingithub/node-sdl2
node-sdl2
/
dep
/
close_code.js
11 lines
(7 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
var
FFI
=
require
(
'ffi'
)
var
ArrayType
=
require
(
'ref-array'
)
var
Struct
=
require
(
'ref-struct'
)
var
Union
=
require
(
'ref-union'
);
var
ref =
require
(
'ref'
)
FFI
.
Library
(process.
platform
==
'win32'
?
'SDL2'
:
'libSDL2'
, { },
exports
)