1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-22 20:35:24 +02:00
Files
luanti/src/gui
Muhammad Rifqi Priyo Susanto 3a47559e86 Fix some memory leaks and code style issues
Maximum line length is 95 characters.
Some members' name are changed.
Struct initialisations use brace syntax; eliminating the usage of the memset function.
Iterations use for-each-loop instead of while-loop+iterator.
char * -> std::string
button_info * -> std::shared_ptr<button_info>
2023-07-14 21:00:29 +07:00
..
2023-04-08 20:17:50 +02:00
2023-04-08 20:17:50 +02:00
2023-04-08 20:17:50 +02:00
2023-03-01 09:06:23 +01:00
2023-04-08 20:17:50 +02:00