firmware/src/modules/Plugins.h
2022-02-26 23:56:26 -08:00

6 lines
151 B
C

#pragma once
/**
* Create plugin instances here. If you are adding a new plugin, you must 'new' it here (or somewhere else)
*/
void setupPlugins();