8 lines
148 B
C++
8 lines
148 B
C++
|
#ifndef STYLECOMMON_HPP
|
||
|
#define STYLECOMMON_HPP
|
||
|
|
||
|
// Empty test macro definition
|
||
|
#define A_CUSTOM_MACRO(name, jsonFile, pluginRegistrations)
|
||
|
|
||
|
#endif
|