Files
beluga/include/init.h
T
2026-06-02 13:00:13 +02:00

18 lines
227 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();
void deInitEditor();
#endif // INIT_H_