Update filenames from plugins to modules

This commit is contained in:
Jm Casler
2022-02-27 00:18:35 -08:00
parent d57704b3bd
commit 86e767eec2
27 changed files with 26 additions and 26 deletions

6
src/modules/Modules.h Normal file
View File

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