mirror of
https://github.com/open-goal/jak-project
synced 2026-05-24 07:11:15 -04:00
3a1c9eaf75
* make a new offline test * finish up offline test and fix crash bugs
8 lines
188 B
C++
8 lines
188 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
/*!
|
|
* Diff two strings. This uses the code from gtest's diff implementation.
|
|
*/
|
|
std::string diff_strings(const std::string& lhs, const std::string& rhs); |