Files
seer/tests/hellotabs/function1.h
T
2022-12-12 16:31:45 -06:00

7 lines
76 B
C++

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