Move to new Build System
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
#ifndef UTIL_UTIL_H
|
||||
#define UTIL_UTIL_H
|
||||
|
||||
#include <HttpClient.h>
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace Util {
|
||||
|
||||
struct Context
|
||||
{
|
||||
public:
|
||||
std::string path;
|
||||
Http::HttpClient client;
|
||||
std::string url;
|
||||
};
|
||||
|
||||
std::string getTimeString();
|
||||
|
||||
} // namespace Util
|
||||
|
||||
#endif // UTIL_UTIL_H
|
||||
Reference in New Issue
Block a user