Files
seer/tests/hellosegv/function1.h
T
2021-09-05 11:58:58 -05:00

7 lines
76 B
C++

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