This commit is contained in:
Hunter 2024-09-27 20:02:30 -04:00
commit 45c2bf9426
25 changed files with 1692 additions and 0 deletions

View 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