mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-15 07:31:26 -07:00
Update ast_kinds.hpp with foreign import changes
This commit is contained in:
@@ -457,7 +457,8 @@ struct ImportDecl {
|
||||
char const* desc_ForeignImportDecl = "foreign import declaration";
|
||||
struct ForeignImportDecl {
|
||||
Token token;
|
||||
Slice<Token> filepaths;
|
||||
Slice<Ast *> filepaths;
|
||||
bool multiple_filepaths;
|
||||
Token library_name;
|
||||
String collection_name;
|
||||
Slice<String> fullpaths;
|
||||
|
||||
Reference in New Issue
Block a user