mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 15:00:06 +00:00
dongresource
05d6174351
This makes it actually possible to unambiguously parse the full thing on the receiving end.
11 lines
131 B
C++
11 lines
131 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
#include <string>
|
|
|
|
namespace Email {
|
|
extern std::vector<std::string> dump;
|
|
|
|
void init();
|
|
}
|