diff options
Diffstat (limited to 'app/bin/ccornu.h')
-rw-r--r-- | app/bin/ccornu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/bin/ccornu.h b/app/bin/ccornu.h index 2bd1f49..29b6171 100644 --- a/app/bin/ccornu.h +++ b/app/bin/ccornu.h @@ -7,9 +7,9 @@ #ifndef APP_BIN_CCORNU_H_ #define APP_BIN_CCORNU_H_ +#include "common.h" - -typedef void (*cornuMessageProc)( char *, ... ); +typedef void (*cornuMessageProc)( const char *, ... ); #define cornuCmdNone (0) #define cornuJoinTrack (1) |