boredos_mirror/src/kernel/editor.h
2026-02-04 20:51:17 +01:00

11 lines
156 B
C

#ifndef EDITOR_H
#define EDITOR_H
#include "wm.h"
extern Window win_editor;
void editor_init(void);
void editor_open_file(const char *filename);
#endif