1
0

Patched tolua to understand size_t

This commit is contained in:
Tycho
2014-03-15 10:42:35 -07:00
parent a427f004b8
commit 7f84c8d60b
2 changed files with 4 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ _basic = {
['unsigned'] = 'number',
['float'] = 'number',
['double'] = 'number',
['size_t'] = 'number',
['_cstring'] = 'string',
['_userdata'] = 'userdata',
['char*'] = 'string',