mirror of
https://github.com/minetest/minetest.git
synced 2024-12-19 04:35:42 +01:00
* Various code style fixes * Use range based for loops * Use empty instead of empty objects * Use C++11 default keyword for trivial constructors and destructors * Drop some useless casts * Use emplace_back instead of push_back to improve performance of some vectors push |
||
---|---|---|
.. | ||
clientlauncher.cpp | ||
clientlauncher.h | ||
CMakeLists.txt | ||
inputhandler.cpp | ||
inputhandler.h | ||
joystick_controller.cpp | ||
joystick_controller.h | ||
keys.h | ||
renderingengine.cpp | ||
renderingengine.h | ||
tile.cpp | ||
tile.h |