#ifndef NOTEPAD_H #define NOTEPAD_H #include "wm.h" extern Window win_notepad; void notepad_init(void); void notepad_reset(void); #endif