Guest User

ludobots step 9

a guest
Dec 21st, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.33 KB | None | 0 0
  1. /*
  2. RagdollDemo
  3. Copyright (c) 2007 Starbreeze Studios
  4. Written by: Marten Svanfeldt
  5. */
  6.  
  7. #ifndef RAGDOLLDEMO_H
  8. #define RAGDOLLDEMO_H
  9.  
  10.  
  11. #include "GlutDemoApplication.h"
  12. #include "GLDebugDrawer.h"
  13. #include "btBulletCollisionCommon.h"
  14. #include "btBulletDynamicsCommon.h"
  15.  
  16.  
  17. class RagdollDemo : public GlutDemoApplication
  18. {
Advertisement
Add Comment
Please, Sign In to add comment