axle OS
x86_32 UNIX-like hobby OS
src
user
programs
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
coordinate
Definition:
point.h:4
Generated by
1.8.14