Add cmd/ to CMake include paths and update documentation paths. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
98 B
C
7 lines
98 B
C
#ifndef CMD_CLIENT_INFO_H
|
|
#define CMD_CLIENT_INFO_H
|
|
|
|
void cmd_client_info_register(void);
|
|
|
|
#endif
|