Changeset 245 for trunk/modules/abstract.tcl
- Timestamp:
- 09/09/03 16:57:36 (9 years ago)
- File:
-
- 1 edited
-
trunk/modules/abstract.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/abstract.tcl
r244 r245 1 1 # bMotion - Abstract Handling 2 2 # 3 4 3 # $Id$ 5 6 # 7 8 4 # 9 5 10 6 ############################################################################### 11 12 7 # bMotion - an 'AI' TCL script for eggdrops 13 14 8 # Copyright (C) James Michael Seward 2000-2003 15 9 # 16 17 10 # This program is free software; you can redistribute it and/or modify 18 19 11 # it under the terms of the GNU General Public License as published by 20 21 12 # the Free Software Foundation; either version 2 of the License, or 22 23 13 # (at your option) any later version. 24 25 # 26 14 # 27 15 # This program is distributed in the hope that it will be useful, but 28 29 16 # WITHOUT ANY WARRANTY; without even the implied warranty of 30 31 17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 32 33 18 # General Public License for more details. 34 35 # 36 19 # 37 20 # You should have received a copy of the GNU General Public License 38 39 21 # along with this program; if not, write to the Free Software 40 41 22 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 42 43 23 ############################################################################### 44 45 24 46 25 # Summary of new abstract system design:
Note: See TracChangeset
for help on using the changeset viewer.
