X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=src%2Fgraphics%2Fconstants.h;fp=src%2Fgraphics%2Fconstants.h;h=227c16e01599d54ede32ec73eda6e476f9f300fb;hb=961bbb87dca7f5406440d32c06dfc7552044e08a;hp=0000000000000000000000000000000000000000;hpb=8c390bd7711f43968e3deffac36d70ddc15dca31;p=familia.git diff --git a/src/graphics/constants.h b/src/graphics/constants.h new file mode 100644 index 0000000..227c16e --- /dev/null +++ b/src/graphics/constants.h @@ -0,0 +1,26 @@ +/**************************************************************************** + * Familia Lignum - Genealogical program * + * Copyright (C) 2011-2012 Rafał Długołęcki * + * * + * This program 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; version 2 of the License. * + * * + * This program 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, write to the Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * * + ****************************************************************************/ + +#ifndef _FAMILIA_GRAPHICS_CONSTANTS_H +#define _FAMILIA_GRAPHICS_CONSTANTS_H + +#define GR_IND_RADIUS 0.5 +#define GR_FAM_RADIUS 0.4 + +#endif /* _FAMILIA_GRAPHICS_CONSTANTS_H */