![Johannes Bauer](/assets/img/avatar_default.png)
Now have a way to invoke the editor functionality from the command line and also provisions to include the server and client parsers.
9 lines
227 B
C
9 lines
227 B
C
#ifndef __EDITOR_H__
|
|
#define __EDITOR_H__
|
|
|
|
/*************** AUTO GENERATED SECTION FOLLOWS ***************/
|
|
bool editor_start(const char *edit_filename);
|
|
/*************** AUTO GENERATED SECTION ENDS ***************/
|
|
|
|
#endif
|