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
/
SDL_config_macosx.js
12 lines
(8 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
var
FFI
=
require
(
'ffi'
)
var
ArrayType
=
require
(
'ref-array'
)
var
Struct
=
require
(
'ref-struct'
)
var
Union
=
require
(
'ref-union'
);
var
ref =
require
(
'ref'
)
var
voit =
exports
.
voit
= ref.
types
.
void
FFI
.
Library
(__dirname +
'/SDL2'
, { },
exports
)