summaryrefslogtreecommitdiffstats
path: root/src/physics
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-09-09 17:51:10 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-09-09 17:51:10 +0200
commitefe4f0baddf10124581e4fcb88d55a52838b06a1 (patch)
treec07882eb005e486abe1dbb03d008f6cca2898fe6 /src/physics
parentb3d5491af4f953e8d63800897c40d602de9e9305 (diff)
downloadcolobot-efe4f0baddf10124581e4fcb88d55a52838b06a1.tar.gz
colobot-efe4f0baddf10124581e4fcb88d55a52838b06a1.tar.bz2
colobot-efe4f0baddf10124581e4fcb88d55a52838b06a1.zip
Refactoring in src/common
- refactored CInstanceManager and some headers - removed old headers
Diffstat (limited to 'src/physics')
-rw-r--r--src/physics/physics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/physics/physics.h b/src/physics/physics.h
index 2e1f5eb..17cfd44 100644
--- a/src/physics/physics.h
+++ b/src/physics/physics.h
@@ -19,7 +19,7 @@
#pragma once
-#include "common/misc.h"
+#include "common/global.h"
#include "object/object.h"
#include "math/vector.h"