init
This commit is contained in:
commit
45c2bf9426
25 changed files with 1692 additions and 0 deletions
23
spec/ext/GRBC_EXT_multi_file.md
Normal file
23
spec/ext/GRBC_EXT_multi_file.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# GRBC_EXT_multi_file
|
||||
Multiple file support
|
||||
|
||||
## Support
|
||||
GRBC_EXT_multi_file is supported on all systems
|
||||
|
||||
## Example
|
||||
```lua
|
||||
-- No need to check since its always present!
|
||||
grbc_ext("GRBC_EXT_multi_file")
|
||||
|
||||
|
||||
-- Load a project from a folder which contains an HConfig file
|
||||
grbc_multi_file_import("FusionVk")
|
||||
|
||||
-- Load a project from a file besides HConfig
|
||||
grbc_multi_file_import("OtherProject.hcfg")
|
||||
```
|
||||
|
||||
## Functions
|
||||
|
||||
### grbc_multi_file_import(file_path: String) -> Void
|
||||
Import a project from the given folder
|
Loading…
Add table
Add a link
Reference in a new issue