Update README.md
This commit is contained in:
parent
282ef3c45a
commit
e1fa8e0098
|
|
@ -146,7 +146,9 @@ Functions added usage
|
||||||
------
|
------
|
||||||
- `RLAPI const char *GetOS(void);`
|
- `RLAPI const char *GetOS(void);`
|
||||||
```c
|
```c
|
||||||
if (GetOS() == "Windows") // Do something...
|
if (GetOS() == "Windows") {
|
||||||
|
// Do something...
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- `RLAPI void Execute(const char *command);`
|
- `RLAPI void Execute(const char *command);`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user