mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 08:34:42 +08:00
7 lines
76 B
C++
7 lines
76 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void function1 (const std::string& text);
|
|
|