This website requires JavaScript.
Explore
Help
Sign In
noahbackus
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
Files
11b3900a0e8c44a4efed41306305bf80693fa534
godot
/
core
/
error
History
Thaddeus Crews
324512e11c
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
..
error_list.cpp
Use
std::size
instead of
sizeof(a) / sizeof(a[0])
pattern throughout the codebase.
2025-02-07 14:57:48 +01:00
error_list.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
error_macros.cpp
…
error_macros.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
SCsub
…