root/labo1/labo1/AltMapPair.h
Author: machiel.sleeuwaert
File Size: 201 Bytes
(October 08, 2008 15:33 UTC) Over 3 years ago
#pragma once
#include "stringheader.h"
class AltMapPair{
public:
AltMapPair();
~AltMapPair();
void Change(tstring Key,tstring Value);
tstring m_Key;
tstring m_Value;
}; |