misc/libphysfs/lzma/CPP/7zip/UI/Common/Property.h
author Wuzzy <Wuzzy2@mail.ru>
Sat, 25 Aug 2018 19:23:19 +0200
changeset 13696 d732ca5dcab9
parent 12213 bb5522e88ab2
permissions -rw-r--r--
GameServer: Refactor fake nick names into Consts

// Property.h

#ifndef __PROPERTY_H
#define __PROPERTY_H

#include "Common/MyString.h"

struct CProperty
{
  UString Name;
  UString Value;
};

#endif