egra: splitted agg mini to several submodules
[iv.d.git] / egra / gfx / aggmini / package.d
blob4797f3af18607e2b4f7b99ec0b1ace8d6f6752bc
1 /*
2 * Simple Framebuffer Gfx/GUI lib
4 * coded by Ketmar // Invisible Vector <ketmar@ketmar.no-ip.org>
5 * Understanding is not required. Only obedience.
7 * This program is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, version 3 of the License ONLY.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 module iv.egra.gfx.aggmini /*is aliced*/;
22 // ////////////////////////////////////////////////////////////////////////// //
23 package/*(iv.egra.gfx.aggmini)*/ {
24 enum DisableCopyingMixin = "@disable this (this); @disable void opAssign() (in auto ref typeof(this));";
28 // ////////////////////////////////////////////////////////////////////////// //
29 public import iv.egra.gfx.config;
30 public import iv.egra.gfx.base;
31 public import iv.egra.gfx.aggmini.enums;
32 public import iv.egra.gfx.aggmini.render;
33 public import iv.egra.gfx.aggmini.core;
34 public import iv.egra.gfx.aggmini.supmath;
35 public import iv.egra.gfx.aggmini.stroker;
37 public __gshared AGGDrawer gxagg;