|
Rapicorn - Experimental UI Toolkit - Source Code 10.08.1
|
00001 /* Rapicorn 00002 * Copyright (C) 2006 Tim Janik 00003 * 00004 * This library is free software; you can redistribute it and/or 00005 * modify it under the terms of the GNU Lesser General Public 00006 * License as published by the Free Software Foundation; either 00007 * version 2.1 of the License, or (at your option) any later version. 00008 * 00009 * This library is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00012 * Lesser General Public License for more details. 00013 * 00014 * A copy of the GNU Lesser General Public License should ship along 00015 * with this library; if not, see http://www.gnu.org/copyleft/. 00016 */ 00017 #ifndef __RAPICORN_CORE_HH__ 00018 #define __RAPICORN_CORE_HH__ 00019 00020 #include <rcore/rapicornconfig.h> 00021 #include <rcore/enumdefs.hh> 00022 #include <rcore/rapicorncpu.hh> 00023 #include <rcore/rapicorndebugtools.hh> 00024 #include <rcore/loop.hh> 00025 #include <rcore/main.hh> 00026 #include <rcore/markup.hh> 00027 #include <rcore/pixmap.hh> 00028 #include <rcore/rapicornmath.hh> 00029 #include <rcore/rapicornmsg.hh> 00030 #include <rcore/rapicornsignal.hh> 00031 #include <rcore/rapicornthread.hh> 00032 #include <rcore/rapicornutf8.hh> 00033 #include <rcore/utilities.hh> 00034 #include <rcore/rapicornxml.hh> 00035 #include <rcore/regex.hh> 00036 #include <rcore/strings.hh> 00037 00045 namespace Rapicorn {} 00046 00047 #endif // __RAPICORN_CORE_HH__ 00048 /* vim:set ts=8 sts=2 sw=2: */
1.7.4