This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Merge branch 'master' of
https://github.com/raysan5/raylib
pull/2146/head
Ray
3 years ago
parent
5a6aa52a7c
6342cf103a
commit
ed125f27b0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
parser/raylib_parser.c
+ 2
- 0
parser/raylib_parser.c
View File
@ -410,6 +410,8 @@ int main(int argc, char* argv[])
}
}
free
(
enumLines
)
;
/
/
Functions
info
data
funcs
=
(
FunctionInfo
*
)
calloc
(
MAX_FUNCS_TO_PARSE
,
sizeof
(
FunctionInfo
)
)
;
Write
Preview
Loading…
Cancel
Save