stuff
[carveJwlIkooP6JGAAIwe30JlM.git] / scope.h
1 /* Scope debugger thing */
2 #include "vg/vg_ui.h"
3 #include "vg/vg_platform.h"
4
5 static struct
6 {
7 struct scope_log
8 {
9 ui_px buffer[128];
10 }
11 logs[10];
12
13 }
14 dev_scope;
15
16 static void scope_watch( const char *name, float value, float min, float max )
17 {
18
19 }