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

10 lines
No EOL
126 B
C

#ifndef CALCULATOR_H
#define CALCULATOR_H
#include "wm.h"
extern Window win_calculator;
void calculator_init(void);
#endif