Bugfix : Zooming works correct, no more errors on screen.
[xara-cairo.git] / xarlib / camelot.cpp
blob87c9b8ab6bf70e155a6b06dce34466af287729bf
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
11 version.
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.
26 http://www.xara.com/
28 ===========================XARAHEADEREND===================================*/
30 #include "camtypes.h"
31 #include "camelot.h"
33 /********************************************************************************************
35 > BOOL InitFlareLibrary()
37 Author: Gerry
38 Created: 17/08/2004
39 Inputs:
40 Returns: TRUE if successfull, FALSE if failed.
41 Purpose: Initialises the library
43 ********************************************************************************************/
45 BOOL InitFlareLibrary()
47 return(TRUE);
52 /********************************************************************************************
54 > BOOL ExitFlareLibrary()
56 Author: Gerry
57 Created: 17/08/2004
58 Inputs:
59 Returns: TRUE if succesful, FALSE otherwise (not that you can do much about it)
61 ********************************************************************************************/
63 BOOL ExitFlareLibrary()
65 return(TRUE);