droplet
1.3.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
RestApiServerApplication.hpp
Go to the documentation of this file.
1
/*
2
* (c) Copyright erarnitox.de - All rights reserved
3
* Author: Erarnitox <david@erarnitox.de>
4
*
5
* License: MIT License
6
*/
7
8
#pragma once
9
10
#include "Poco/Util/ServerApplication.h"
11
#include "
RestApi.hpp
"
12
16
class
RestApiServerApplication
final :
public
Poco::Util::ServerApplication
{
17
protected
:
18
int
main
(
const
std::vector<std::string>& args)
override
;
19
};
RestApi.hpp
Poco::Util::ServerApplication
RestApiServerApplication
Definition
RestApiServerApplication.hpp:16
main
int main()
Entry Point of our bot. Only calls start_bot.
Definition
main.cpp:19
src
bot_library
restapi
include
RestApiServerApplication.hpp
Generated by
1.16.1