diff options
author | louie <lshprung@yahoo.com> | 2020-12-29 14:36:38 -0800 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-12-29 14:36:38 -0800 |
commit | 3624ef3e18fa074ed7fadb11da68f61896dd67d3 (patch) | |
tree | 6b22f0a7b2f59a232f7626f3bc3e952c70b35d77 /include/draw.h | |
parent | b8209a2349ffb2153e0c17f43412f2c9906aa8d0 (diff) |
Removed unnecessary headers
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 |