16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 14:49:19 +02:00

track rendering optimization, application messaging routines moved to separate namespace

This commit is contained in:
tmj-fstate
2017-10-15 01:06:40 +02:00
parent 09dbb3c639
commit 630b9ecf1b
15 changed files with 860 additions and 673 deletions

View File

@@ -12,6 +12,7 @@ http://mozilla.org/MPL/2.0/.
#include <unordered_map>
#include <string>
#ifdef EU07_USE_OLD_GROUNDCODE
template <typename Type_>
class TNames {
@@ -65,6 +66,7 @@ private:
// members:
typemap_map m_maps; // list of object maps of types specified so far
};
#endif
template <typename Type_>
class basic_table {