X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=16%2Fcawat%2Flib_head.h;fp=16%2Fcawat%2Flib_head.h;h=90f69d1471a7504122c93e48aab620fd8264998b;hb=2029bb3324ea380cfb686594ffaa9b038fdb820f;hp=0000000000000000000000000000000000000000;hpb=24c0b941ba2acf9e44115a3b41c511ecd5a9d22d;p=16.git diff --git a/16/cawat/lib_head.h b/16/cawat/lib_head.h new file mode 100644 index 00000000..90f69d14 --- /dev/null +++ b/16/cawat/lib_head.h @@ -0,0 +1,38 @@ +/* + * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * + * This file is part of Project 16. + * + * Project 16 is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Project 16 is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see , or + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA. + * + */ +/* + * Just some handy typedefs that make it easier to think about the low + * level code + */ + +#ifndef _LIB_HEAD_H_ +#define _LIB_HEAD_H_ + +#include +#include +//#include "" +//#include "" +//#include "ID_CA.H" +//#include "AUDIOARM.H" +#include "types.h" + +#endif/*_LIB_HEAD_H_*/