mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-15 05:55:07 -05:00
7 lines
99 B
C++
7 lines
99 B
C++
|
#pragma once
|
||
|
|
||
|
#include <algorithm>
|
||
|
#include <string>
|
||
|
|
||
|
std::string RemoveLineBreaks(std::string s);
|