Mercurial > pub > dyncall > bindings
view R/scratch/test.json @ 25:02a455de2b40
- 1.0 updates
author | Tassilo Philipp |
---|---|
date | Tue, 24 Apr 2018 16:04:37 +0200 |
parents | 0cfcc391201f |
children |
line wrap: on
line source
{ "name": "gl", "meta": { } "bind": { "libs": { "windows": "OpenGL", }, # or #"libs": "GL", "functions": { "hallo": "iii)v", "SDL_SetVideoMode": { "x": "int", "y": "int", "z": "int" } } "structures": { "SDL_Surface": { "x": "i", "y": "i", } "SDL_Surface{ii<sub>i}x y z;" }, "unions": { "SDL_Event": { "x": "i", "y": "i" } }, "enums": { }, "defines": { " } } }