aboutsummaryrefslogtreecommitdiff
path: root/src/core/bullet.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-12 22:55:41 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-12 22:55:41 +0800
commit9b5621bda033c2e6b7c622c7494c56a172543554 (patch)
treef5fd661441867ca8a100d5c8aedcce430864d9d4 /src/core/bullet.hpp
parent627d814f487ac38d4f9b9b71da9bef46f33b3dad (diff)
downloadbullet-lab-remix-9b5621bda033c2e6b7c622c7494c56a172543554.tar.xz
Initial implementation of smPath.
Minor changes on the (s)coll effect.
Diffstat (limited to 'src/core/bullet.hpp')
-rw-r--r--src/core/bullet.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bullet.hpp b/src/core/bullet.hpp
index a917b95..244e944 100644
--- a/src/core/bullet.hpp
+++ b/src/core/bullet.hpp
@@ -80,7 +80,7 @@ public:
}
void updateBullet();
void renderBullet();
- void addFXBullet(TColors col);
+ void addFXBullet(TColors col,int base,int var);
bulletBase* getHandle(int id);
smEntity2D* getBulEntity2D(TColors col);
smEntity3D* getBulEntity3D(TColors col);