axle OS
x86_32 UNIX-like hobby OS
calculator.h
1 #ifndef CALCULATOR_H
2 #define CALCULATOR_H
3 
4 #include <gfx/lib/shapes.h>
5 
6 void calculator_xserv(Point origin);
7 
8 #endif
Definition: point.h:4