00001 #ifndef ERSCRIBBLE_H_ 00002 #define ERSCRIBBLE_H_ 00003 00004 /** 00005 * File Name : scb.h 00006 * 00007 * Description: All scribble definitions 00008 */ 00009 00010 /* 00011 * This file is part of liberscribble. 00012 * 00013 * liberscribble is free software: you can redistribute it and/or modify 00014 * it under the terms of the GNU General Public License as published by 00015 * the Free Software Foundation, either version 2 of the License, or 00016 * (at your option) any later version. 00017 * 00018 * liberscribble is distributed in the hope that it will be useful, 00019 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00020 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00021 * GNU General Public License for more details. 00022 * 00023 * You should have received a copy of the GNU General Public License 00024 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00025 */ 00026 00027 /** 00028 * Copyright (C) 2008 iRex Technologies B.V. 00029 * All rights reserved. 00030 */ 00031 00032 00033 //---------------------------------------------------------------------------- 00034 // Include Files 00035 //---------------------------------------------------------------------------- 00036 00037 // system include files, between < > 00038 00039 // ereader include files, between < > 00040 00041 // local include files, between " " 00042 #include "driver.h" 00043 #include "scbcolor.h" 00044 #include "scbconfig.h" 00045 #include "scbpage.h" 00046 #include "scbpages.h" 00047 #include "scbpath.h" 00048 #include "scbpoint.h" 00049 #include "scbpoints.h" 00050 #include "scbstroke.h" 00051 #include "scbstrokes.h" 00052 #include "scbdoc.h" 00053 #include "scbtype.h" 00054 #include "scbmacro.h" 00055 00056 G_BEGIN_DECLS 00057 00058 00059 //---------------------------------------------------------------------------- 00060 // Definitions 00061 //---------------------------------------------------------------------------- 00062 00063 00064 //---------------------------------------------------------------------------- 00065 // Forward Declarations 00066 //---------------------------------------------------------------------------- 00067 00068 00069 //---------------------------------------------------------------------------- 00070 // Type Declarations 00071 //---------------------------------------------------------------------------- 00072 00073 00074 //---------------------------------------------------------------------------- 00075 // Global Constants 00076 //---------------------------------------------------------------------------- 00077 00078 00079 //============================================================================ 00080 // Public Functions 00081 //============================================================================ 00082 00083 // Initialize the scribble library 00084 void erscribble_init(); 00085 00086 // Close the scribble library 00087 void erscribble_uninit(); 00088 00089 00090 G_END_DECLS 00091 00092 #endif