Core: New unique_name scheme, more human friendly
This commit is contained in:
@@ -45,17 +45,9 @@ guys: Array(Guy)
|
||||
Add(&guys, {100, 100})
|
||||
*/
|
||||
|
||||
/* @language_todo: Namespacing
|
||||
|
||||
this requires parent_decl in scopes, we use first namespace(main module has precedence) declaration to
|
||||
prefix all functions, globals etc. in a given file / module.
|
||||
|
||||
*/
|
||||
|
||||
#import "raylib.core"
|
||||
#load "array.core"
|
||||
MAP :: #load "map.core"
|
||||
|
||||
sqrtf :: #foreign (value: F32): F32
|
||||
|
||||
V2I :: struct
|
||||
|
||||
Reference in New Issue
Block a user