X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgacela_loader.scm;fp=src%2Fgacela_loader.scm;h=4e820087db3e065547ea4b01c4160fc4f0558d01;hb=79c3b8691b3e71310e768d404648d4da492e0253;hp=0000000000000000000000000000000000000000;hpb=1f371787487c6cd1c36726bd70090cc712e9e2c7;p=gacela.git diff --git a/src/gacela_loader.scm b/src/gacela_loader.scm new file mode 100644 index 0000000..4e82008 --- /dev/null +++ b/src/gacela_loader.scm @@ -0,0 +1,21 @@ +;;; Gacela, a GNU Guile extension for fast games development +;;; Copyright (C) 2009 by Javier Sancho Fernandez +;;; +;;; 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, either version 3 of the License, or +;;; (at your option) any later version. +;;; +;;; 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, see . + + +(primitive-load-path "gacela.scm") +(primitive-load-path "gacela_events.scm") +(primitive-load-path "gacela_draw.scm") +(primitive-load-path "gacela_ttf.scm")