root/labo1/labo1/AltMapPair.h

User picture

Author: machiel.sleeuwaert

Revision: 13 («Previous)


File Size: 201 Bytes

(October 08, 2008 15:33 UTC) Over 3 years ago


  

 
Show/hide line numbers
#pragma once
#include "stringheader.h"

class AltMapPair{

public:
	AltMapPair();
	
	~AltMapPair();

	void Change(tstring Key,tstring Value);


	tstring m_Key;
	tstring m_Value;
	
	
};