mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-09-19 23:05:03 +00:00
* GWCA integration GWCAMemoryReader partial implementation * Complete Daybreak.GWCA implementation Fix metrics view Upgrade dependencies * Update version * Add solution dir property * Another try * Fix version check * Fix codeql pipeline * Codeql fixes * Fetch submodules * Final codeql change
8 lines
162 B
C++
8 lines
162 B
C++
#pragma once
|
|
#include "httplib.h"
|
|
|
|
namespace http {
|
|
namespace modules {
|
|
void HandleProcessId(const httplib::Request&, httplib::Response& res);
|
|
}
|
|
} |