diff options
author | sapier <sapier at gmx dot net> | 2012-02-07 21:37:42 +0100 |
---|---|---|
committer | sapier <sapier at gmx dot net> | 2012-02-07 21:37:42 +0100 |
commit | 52996cd5eb8939686b8a3eb9f075043c67d1355c (patch) | |
tree | 1489a64b177f77020de9510ff5568bda885ffb20 /src/content_cao.h | |
parent | 61ae136431bebd88796ea0789842611a36b7c424 (diff) | |
download | minetest-sapier-20120207.tar.xz |
maualy merged object linking interface from cao_sao_split patchsapier-20120207
Diffstat (limited to 'src/content_cao.h')
-rw-r--r-- | src/content_cao.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/content_cao.h b/src/content_cao.h deleted file mode 100644 index 6394bedbe..000000000 --- a/src/content_cao.h +++ /dev/null @@ -1,24 +0,0 @@ -/* -Minetest-c55 -Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> - -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 2 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, write to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ - -#ifndef CONTENT_CAO_HEADER -#define CONTENT_CAO_HEADER - -#endif - |