axle OS
x86_32 UNIX-like hobby OS
launcher.h
1 #ifndef LAUNCHER_H
2 #define LAUNCHER_H
3 
4 #include <gfx/lib/shapes.h>
5 
6 void launcher_invoke();
7 void launcher_dismiss();
8 
9 void display_sample_image(Point origin);
10 
11 #endif
Definition: point.h:4