/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/lua/dual/example.i
10 строк
93 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 : example.i */ %module example %inline %{ struct Foo{ int i; }; %}