10 lines
125 B
C
10 lines
125 B
C
#ifndef _CMD_H
|
|
#define _CMD_H
|
|
|
|
#undef PLUGIN
|
|
#define PLUGIN(n, c)
|
|
|
|
#undef COMMAND_LIST
|
|
#define COMMAND_LIST(args...)
|
|
|
|
#endif
|