axle OS
x86_32 UNIX-like hobby OS
src
user
programs
usage_monitor.h
1
#ifndef USAGE_MONITOR_H
2
#define USAGE_MONITOR_H
3
4
#include <gfx/lib/window.h>
5
6
void
display_usage_monitor(
Point
origin);
7
void
update_usage_stats(
Window
* win);
8
9
#endif
coordinate
Definition:
point.h:4
window
Definition:
window.h:16
Generated by
1.8.14