comparison R/scratch/test.json @ 0:0cfcc391201f

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:26:28 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0cfcc391201f
1
2 {
3 "name": "gl",
4 "meta": {
5 }
6 "bind": {
7 "libs": {
8 "windows": "OpenGL",
9
10 },
11
12 # or
13
14 #"libs": "GL",
15
16 "functions": {
17 "hallo": "iii)v",
18 "SDL_SetVideoMode": { "x": "int", "y": "int", "z": "int" }
19 }
20 "structures": {
21 "SDL_Surface": {
22 "x": "i",
23 "y": "i",
24 }
25 "SDL_Surface{ii<sub>i}x y z;"
26 },
27 "unions": {
28 "SDL_Event": {
29 "x": "i",
30 "y": "i"
31 }
32 },
33 "enums": {
34 },
35 "defines": {
36 "
37 }
38 }
39 }