Files
love-android/jni/physfs-2.0.3/lzma/CPP/7zip/UI/Common/Property.h
T
2013-12-20 21:19:16 +01:00

15 lines
151 B
C

// Property.h
#ifndef __PROPERTY_H
#define __PROPERTY_H
#include "Common/MyString.h"
struct CProperty
{
UString Name;
UString Value;
};
#endif