You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
288B

  1. #include "unless.hpp"
  2. RACK_PLUGIN_MODEL_DECLARE(unless_modules, Piong);
  3. RACK_PLUGIN_MODEL_DECLARE(unless_modules, Markov);
  4. RACK_PLUGIN_INIT(unless_modules) {
  5. RACK_PLUGIN_INIT_ID();
  6. RACK_PLUGIN_MODEL_ADD(unless_modules, Piong);
  7. RACK_PLUGIN_MODEL_ADD(unless_modules, Markov);
  8. }