axle OS
x86_32 UNIX-like hobby OS
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
Definition: point.h:4
Definition: window.h:16