droplet 1.3.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
RegisterAllCommands.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
10namespace CommandRegistration {
11
12void register_all();
13
14}
Definition RegisterAllCommands.cpp:12
void register_all()
Definition RegisterAllCommands.cpp:14