mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
10 lines
No EOL
126 B
C
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 |