Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Typedefs | Functions
PrefabScanner.cpp File Reference
#include "PrefabScanner.h"
#include "ComponentDefinition.h"
#include "ParameterSchema.h"
#include "third_party/nlohmann/json.hpp"
#include "system/system_utils.h"
#include <fstream>
#include <algorithm>
#include <cstring>
#include <functional>
#include <iomanip>
#include <iostream>
#include <dirent.h>
#include <sys/stat.h>
+ Include dependency graph for PrefabScanner.cpp:

Go to the source code of this file.

Typedefs

using json = nlohmann::json
 

Functions

int LevenshteinDistance (const std::string &s1, const std::string &s2)
 

Typedef Documentation

◆ json

Definition at line 27 of file PrefabScanner.cpp.

Function Documentation

◆ LevenshteinDistance()

int LevenshteinDistance ( const std::string s1,
const std::string s2 
)

Definition at line 498 of file PrefabScanner.cpp.

References GetComponentTypeID_Static().

Referenced by PrefabScanner::FuzzyMatch().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: