Files
seer/tests/hellosymbolfile/function1.h
T

7 lines
76 B
C++

#pragma once
#include <string>
void function1 (const std::string& text);