Files
beluga/include/init.h
T

15 lines
204 B
C

#ifndef INIT_H_
#define INIT_H_
/**
* \fn void initEditor()
* \brief Job's function is to initialize all the fields of editorConfig.
* */
void initBuiltins();
void initEditor();
#endif // INIT_H_