X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Fgui_ate_src%2Finclude%2Fcommon.h;fp=Usermode%2FApplications%2Fgui_ate_src%2Finclude%2Fcommon.h;h=e0ebf6c29fb3365f3a4922aa7ac4d782e4591290;hb=8e5b0bb6139b7f301fbd8d516634a85092440de1;hp=0000000000000000000000000000000000000000;hpb=8c20de5e4ec260d9a7ee6d737b7601fba1c871c0;p=tpg%2Facess2.git diff --git a/Usermode/Applications/gui_ate_src/include/common.h b/Usermode/Applications/gui_ate_src/include/common.h new file mode 100644 index 00000000..e0ebf6c2 --- /dev/null +++ b/Usermode/Applications/gui_ate_src/include/common.h @@ -0,0 +1,14 @@ +/* + * Acess Text Editor (ATE) + * - By John Hodge (thePowersGang) + * + * common.h + * - Core header + */ +#ifndef _COMMON_H_ +#define _COMMON_H_ + +extern void Toolbar_Init(tAxWin3_Widget *Parent); + +#endif +