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