mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
10 lines
126 B
C
10 lines
126 B
C
#ifndef CALCULATOR_H
|
|
#define CALCULATOR_H
|
|
|
|
#include "wm.h"
|
|
|
|
extern Window win_calculator;
|
|
|
|
void calculator_init(void);
|
|
|
|
#endif |