From 3624ef3e18fa074ed7fadb11da68f61896dd67d3 Mon Sep 17 00:00:00 2001 From: louie Date: Tue, 29 Dec 2020 14:36:38 -0800 Subject: Removed unnecessary headers --- include/draw.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/draw.h') 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 -- cgit