mirror of
https://github.com/iriselia/xgmsv.git
synced 2025-04-04 15:58:26 +08:00
13 lines
99 B
C++
13 lines
99 B
C++
#pragma once
|
|
namespace crossgate
|
|
{
|
|
void decrypt_message()
|
|
{
|
|
|
|
}
|
|
|
|
void encrypt_message()
|
|
{
|
|
|
|
}
|
|
} |