summaryrefslogtreecommitdiff
path: root/src/simulation/Particle.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-03-06 17:05:59 (GMT)
committer jacob1 <jfu614@gmail.com>2013-03-06 17:05:59 (GMT)
commit037618e6f8e6a37574f7ef8ffd90e490fb0ea137 (patch)
treed80246d31a26aee7735a566bccc8ce9e8e4e305d /src/simulation/Particle.h
parentad951eb9af20cd1a784fab39c41ade1c19dff2ca (diff)
downloadpowder-037618e6f8e6a37574f7ef8ffd90e490fb0ea137.zip
powder-037618e6f8e6a37574f7ef8ffd90e490fb0ea137.tar.gz
remove auto generated comments from all files, fix some missing tabs, remove unused variables from config.h
Diffstat (limited to 'src/simulation/Particle.h')
-rw-r--r--src/simulation/Particle.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/simulation/Particle.h b/src/simulation/Particle.h
index bb0297e..fbb5988 100644
--- a/src/simulation/Particle.h
+++ b/src/simulation/Particle.h
@@ -1,13 +1,5 @@
-//
-// Particle.h
-// The Powder Toy
-//
-// Created by Simon Robertshaw on 04/06/2012.
-// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
-//
-
-#ifndef The_Powder_Toy_Particle_h
-#define The_Powder_Toy_Particle_h
+#ifndef PARTICLE_H_
+#define PARTICLE_H_
#include <vector>
#include "StructProperty.h"
@@ -24,7 +16,7 @@ struct Particle
int tmp2;
unsigned int dcolour;
/** Returns a list of properties, their type and offset within the structure that can be changed
- by higher-level processes refering to them by name such as Lua or the property tool **/
+ by higher-level processes referring to them by name such as Lua or the property tool **/
static std::vector<StructProperty> GetProperties();
};