diff options
Diffstat (limited to 'include/draw.h')
-rw-r--r-- | include/draw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/draw.h b/include/draw.h index 275b8bb..0a6baba 100644 --- a/include/draw.h +++ b/include/draw.h @@ -12,4 +12,7 @@ extern struct entry **e; char *get_launch(); +//functions that differ between os +void launch(); + #endif |