summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-20 22:10:42 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-20 22:10:42 (GMT)
commit4949a5eac05339a4a82280588c97e948f134dfcb (patch)
tree3678fd10dda234d5888bae73f56169b23564649c /src/simulation/Simulation.h
parentc8073657fcbfd1bfa72538d7babe4964857e7101 (diff)
downloadpowder-4949a5eac05339a4a82280588c97e948f134dfcb.zip
powder-4949a5eac05339a4a82280588c97e948f134dfcb.tar.gz
Fix case for header files
Diffstat (limited to 'src/simulation/Simulation.h')
-rw-r--r--src/simulation/Simulation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h
index b3c51af..969b030 100644
--- a/src/simulation/Simulation.h
+++ b/src/simulation/Simulation.h
@@ -12,7 +12,7 @@
#include "Renderer.h"
#include "Graphics.h"
#include "Elements.h"
-#include "misc.h"
+#include "Misc.h"
#define CHANNELS ((int)(MAX_TEMP-73)/100+2)