Skip to content

Store commands in std::array

Guillaume Communie requested to merge map_commands into main

With this MR, the command names are stored in a std::array (instead of an array of struct).

There are two new typedef: one for the command function and one for the command itself.

Edited by Guillaume Communie

Merge request reports