6 lines
94 B
C++
6 lines
94 B
C++
#pragma once
|
|
|
|
#include <map>
|
|
#include <string>
|
|
|
|
typedef std::map<int, std::string> MsgTypes_t; |