1 // camelot.cpp : Defines the class behaviors for the application.
3 /* @@tag:xara-cn@@ DO NOT MODIFY THIS LINE
4 ============================XARAHEADERSTART================================
5 Xara X/Xtreme, a vector drawing and manipulation program.
6 Copyright (C) 2005 Xara Group Ltd.
8 This program is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free Software
10 Foundation; either version 2 of the License, or (at your option) any later
13 This program is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License along with
18 this program; if not, write to the Free Software Foundation, Inc., 51
19 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21 Users wishing to use this library in proprietary products which are not
22 themselves to be released under the GNU Public License should contact Xara for
23 a license to do so. Such a license will normally be granted free of charge.
25 Xara Group Ltd, Gaddesden Place, Hemel Hempstead, HP2 6EX, UK.
28 ===========================XARAHEADEREND===================================*/
33 /********************************************************************************************
35 > BOOL InitFlareLibrary()
40 Returns: TRUE if successfull, FALSE if failed.
41 Purpose: Initialises the library
43 ********************************************************************************************/
45 BOOL
InitFlareLibrary()
52 /********************************************************************************************
54 > BOOL ExitFlareLibrary()
59 Returns: TRUE if succesful, FALSE otherwise (not that you can do much about it)
61 ********************************************************************************************/
63 BOOL
ExitFlareLibrary()