mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 02:23:18 +00:00

Several header files used the .tpp extension, which means that they are not correctly detected as C++ (though this can be overridden and has been for one case in the XCode project). The .tpp extension is one of several intended for private template instantiations, but these headers were topleve headers included in many places.