Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Naming #47

Open
Yevano opened this issue May 17, 2014 · 0 comments
Open

Import Naming #47

Yevano opened this issue May 17, 2014 · 0 comments

Comments

@Yevano
Copy link
Owner

Yevano commented May 17, 2014

--@native os as OS
--@import geom.Vector as GeomVector
--@import util.Vector as UtilVector

function test()
    System.print(STR("Testing on OS version ", OS.version()))
    local uv = UtilVector:new()
    uv:pushFront(GeomVector:new(1, -1, 0))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant