UtilityMacros.hpp 152 B

1234567
  1. #ifndef UTILITYMACROS_HPP
  2. #define UTILITYMACROS_HPP
  3. // Empty test macro definition
  4. #define A_CUSTOM_MACRO(name, jsonFile, pluginRegistrations)
  5. #endif