Update HTML doc template.
[tmk.git] / tm_core_cmds.h
blob832f4dce8c4d0360ab02da6c7e3170a300d2abbe
1 #ifndef TM_CORE_CMDS_H
2 #define TM_CORE_CMDS_H
4 #define JIM_EMBEDDED
5 #include <jim.h>
7 #include "tmake.h"
9 void tm_RegisterCoreCommands(Jim_Interp *interp);
11 #endif