mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
4 lines
259 B
ReStructuredText
4 lines
259 B
ReStructuredText
C++ in Lua
|
|
==========
|
|
|
|
Using user defined types ("usertype"s, or just "udt"s) is simple with Sol. If you don't call any member variables or functions, then you don't even have to 'register' the usertype at all: just pass it through. [ WIP - Check back soon! ] |