diff options
Diffstat (limited to 'src/ahoy/gui.h')
-rw-r--r-- | src/ahoy/gui.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ahoy/gui.h b/src/ahoy/gui.h new file mode 100644 index 0000000..251045e --- /dev/null +++ b/src/ahoy/gui.h @@ -0,0 +1,7 @@ +#ifndef AHOY_AHOY_GUI_H +#define AHOY_AHOY_GUI_H + +void wininit(void); +void winfree(void); + +#endif /* !AHOY_AHOY_GUI_H */ |