#include <string>
#include <iostream>
#include <unordered_map>
#include <cassert>
#include "irrlichttypes.h"
Go to the source code of this file.
Classes | |
class | NameIdMapping |
Typedefs | |
typedef std::unordered_map< u16, std::string > | IdToNameMap |
typedef std::unordered_map< std::string, u16 > | NameToIdMap |
typedef std::unordered_map<u16, std::string> IdToNameMap |
typedef std::unordered_map<std::string, u16> NameToIdMap |