/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/lua/dual/example2.i
10 строк
82 B
Mark Gossage
[lua] Fix a bug in the class hierachy code, where the methods were not propagated,
04 дек 2007, 12:25
04 дек 2007, 12:25
89c3ace
Код
Авторство
О чём код?
/* File : example2.i */ %module example2 %inline %{ struct Bar{ int i; }; %}