Files
seer/tests/hellosymbolfile/function1.h
T

7 lines
76 B
C++
Raw Normal View History

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