diff options
| author | Ray <[email protected]> | 2022-08-05 20:45:08 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-05 20:45:08 +0200 |
| commit | 724747091d62840804f8c61641c38a38e6feb899 (patch) | |
| tree | b90108ebd32b7cd20233c5ad553aa3e8b9421440 /cheatsheet/raylib_structs.c | |
| parent | 3007c48021505d0c9e120ea15acb67cc65dbc0ca (diff) | |
| download | raylib.com-724747091d62840804f8c61641c38a38e6feb899.tar.gz raylib.com-724747091d62840804f8c61641c38a38e6feb899.zip | |
Update cheatsheet for raylib 4.2
Diffstat (limited to 'cheatsheet/raylib_structs.c')
| -rw-r--r-- | cheatsheet/raylib_structs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cheatsheet/raylib_structs.c b/cheatsheet/raylib_structs.c index 2e9ff08..9e642a1 100644 --- a/cheatsheet/raylib_structs.c +++ b/cheatsheet/raylib_structs.c @@ -38,3 +38,5 @@ struct VrDeviceInfo; // VR device parameters struct VrStereoConfig; // VR Stereo rendering configuration for simulator + struct FilePathList; // File path list + |
