Skip to content

Commit c38feae

Browse files
author
Manzarek
committed
feat(gta-streaming-five): Background minimap overlays
1 parent 0d37f58 commit c38feae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/native-decls/AddMinimapOverlay.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ game: gta5
66
## ADD_MINIMAP_OVERLAY
77

88
```c
9-
int ADD_MINIMAP_OVERLAY(char* name, BOOL background);
9+
int ADD_MINIMAP_OVERLAY(char* name, cs_split BOOL background);
1010
```
1111
1212
Loads a minimap overlay from a GFx file in the current resource.

ext/native-decls/AddMinimapOverlayWithDepth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ game: gta5
66
## ADD_MINIMAP_OVERLAY_WITH_DEPTH
77

88
```c
9-
int ADD_MINIMAP_OVERLAY_WITH_DEPTH(char* name, int depth, BOOL background);
9+
int ADD_MINIMAP_OVERLAY_WITH_DEPTH(char* name, int depth, cs_split BOOL background);
1010
```
1111
1212
Loads a minimap overlay from a GFx file in the current resource.

0 commit comments

Comments
 (0)