Added components, and moved command names to common.hpp
This commit is contained in:
6
src/Commands/Components/GenerativeComponents.cpp
Normal file
6
src/Commands/Components/GenerativeComponents.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "../../Common.hpp"
|
||||
#include "../../Utility/CairoTools.hpp"
|
||||
#include <dpp/cluster.h>
|
||||
#include <dpp/dispatcher.h>
|
||||
|
||||
void componentCancel(COMPONENT_ARGS) { event.edit_response(REQUEST_CANCELLED); }
|
Reference in New Issue
Block a user