comparison CollidoscopeApp/src/ParticleController.cpp @ 5:75b744078d66

added license
author Fiore Martin <f.martin@qmul.ac.uk>
date Wed, 13 Jul 2016 16:06:46 +0200
parents ab6db404403a
children 4dad0b810f18
comparison
equal deleted inserted replaced
4:ab6db404403a 5:75b744078d66
1 /*
2
3 Copyright (C) 2015 Fiore Martin
4 Copyright (C) 2016 Queen Mary University of London
5 Author: Fiore Martin
6
7 This file is part of Collidoscope.
8
9 Collidoscope is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version.
13
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with this program. If not, see <http://www.gnu.org/licenses/>.
21
22 */
23
1 #include "ParticleController.h" 24 #include "ParticleController.h"
2 #include "cinder/Rand.h" 25 #include "cinder/Rand.h"
3 26
4 #include <type_traits> 27 #include <type_traits>
5 28