00001 /// 00002 /// \file barryalx.h 00003 /// Main header file for libbarryalx 00004 /// 00005 00006 /* 00007 Copyright (C) 2010-2011, Net Direct Inc. (http://www.netdirect.ca/) 00008 00009 This program is free software; you can redistribute it and/or modify 00010 it under the terms of the GNU General Public License as published by 00011 the Free Software Foundation; either version 2 of the License, or 00012 (at your option) any later version. 00013 00014 This program is distributed in the hope that it will be useful, 00015 but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00017 00018 See the GNU General Public License in the COPYING file at the 00019 root directory of this project for more details. 00020 */ 00021 00022 #ifndef __BARRY_BARRYALX_H__ 00023 #define __BARRY_BARRYALX_H__ 00024 00025 // Include only the public backup / restore headers 00026 // (not tarfile) 00027 #include "a_common.h" 00028 #include "a_codsection.h" 00029 #include "a_library.h" 00030 #include "a_application.h" 00031 #include "a_osloader.h" 00032 #include "a_alxparser.h" 00033 00034 #endif 00035