#pragma once // Include headers that plugins will likely use, for convenience #include "common.hpp" #include "math.hpp" #include "string.hpp" #include "logger.hpp" #include "system.hpp" #include "random.hpp" #include "network.hpp" #include "asset.hpp" #include "plugin.hpp" #include "engine.hpp" #include "window.hpp" #include "widgets.hpp" #include "app.hpp" #include "ui.hpp" #include "helpers.hpp" namespace rack { using namespace math; using namespace string; } // namespace rack