Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
levenshtein.h
Go to the documentation of this file.
1
6
7#ifndef LEVENSHTEIN_H
8#define LEVENSHTEIN_H
9
10#include <QString>
11
12int levenshteinDistance(const QString &s1, const QString &s2);
13
14#endif // LEVENSHTEIN_H
int levenshteinDistance(const QString &s1, const QString &s2)
Definition levenshtein.cpp:6