aboutsummaryrefslogtreecommitdiff
path: root/advtrains/models/advtrains_signal_30.b3d
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2018-10-30 15:42:30 +0100
committerorwell96 <orwell@bleipb.de>2018-10-30 15:42:30 +0100
commit06216b0ca189b95a2e8a8a3689562f819988539f (patch)
tree98cad6608259dc9aabde4798a4639b98061f9dce /advtrains/models/advtrains_signal_30.b3d
parentf8c00bcba37cfc47d0cac540f7cdf7a186f35df2 (diff)
downloadadvtrains-06216b0ca189b95a2e8a8a3689562f819988539f.tar.gz
advtrains-06216b0ca189b95a2e8a8a3689562f819988539f.tar.bz2
advtrains-06216b0ca189b95a2e8a8a3689562f819988539f.zip
No static_save for discouple entities
Diffstat (limited to 'advtrains/models/advtrains_signal_30.b3d')
0 files changed, 0 insertions, 0 deletions
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
/*
Minetest
Copyright (C) 2013 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 Lesser General Public License as published by
the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details.

You should have received a copy of the GNU Lesser 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.
*/

#include "test.h"

#include "collision.h"

class TestCollision : public TestBase {
public:
	TestCollision() { TestManager::registerTestModule(this); }
	const char *getName() { return "TestCollision"; }

	void runTests(IGameDef *gamedef);

	void testAxisAlignedCollision();
};

static TestCollision g_test_instance;