Initial commit of mtgonline project
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @file levenshtein.h
|
||||
* @ingroup Core
|
||||
*/
|
||||
//! \todo Document this file.
|
||||
|
||||
#ifndef LEVENSHTEIN_H
|
||||
#define LEVENSHTEIN_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
int levenshteinDistance(const QString &s1, const QString &s2);
|
||||
|
||||
#endif // LEVENSHTEIN_H
|
||||
Reference in New Issue
Block a user