update spec completion
This commit is contained in:
parent
45c2bf9426
commit
ffa0f40652
|
@ -10,19 +10,19 @@ Assure grbc is running on ```version```
|
|||
## [X] grbc_log(message: String) -> Void
|
||||
Log ```message``` to the console
|
||||
|
||||
## grbc_is_win32() -> Boolean
|
||||
## [X] grbc_is_win32() -> Boolean
|
||||
Check if we are targeting win32
|
||||
|
||||
## grbc_is_linux() -> Boolean
|
||||
## [X] grbc_is_linux() -> Boolean
|
||||
Check if we are targeting a Linux system
|
||||
|
||||
## grbc_get_platform() -> PlatformType
|
||||
## [X] grbc_get_platform() -> PlatformType
|
||||
Return the current platform
|
||||
|
||||
## grbc_is_64bit() -> Boolean
|
||||
## [X] grbc_is_64bit() -> Boolean
|
||||
Check if we are targeting a 64bit system
|
||||
|
||||
## grbc_is_32bit() -> Boolean
|
||||
## [X] grbc_is_32bit() -> Boolean
|
||||
Check if we are targeting a 32bit system
|
||||
|
||||
## [X] grbc_executable(executable_config: ExecutableConfig) -> TargetInfo
|
||||
|
|
Loading…
Reference in a new issue