6 lines
107 B
C
6 lines
107 B
C
|
#ifndef __CMD_CUSTOM_H__
|
||
|
#define __CMD_CUSTOM_H__
|
||
|
|
||
|
void register_custom();
|
||
|
|
||
|
#endif // __CMD_CUSTOM_H__
|