mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
module aliasing & file import scope
This commit is contained in:
committed by
Alexander Medvednikov
parent
56b7c9e35f
commit
9a957ccc18
@@ -7,6 +7,8 @@ module gg
|
||||
import stbi
|
||||
import glm
|
||||
import gl
|
||||
import gx
|
||||
import os
|
||||
|
||||
struct Vec2 {
|
||||
x int
|
||||
|
||||
Reference in New Issue
Block a user