Procházet zdrojové kódy

Updates all samples to work with GamePlay now that GamePlay uses Bullet.
Initial complete working version of the Physics Sandbox sample (that runs on the PlayBook).
Minor fix to MeshSkin.h to work with the more stringent QNX compiler.

Chris Culy před 14 roky
rodič
revize
9dc53107f0
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      gameplay/src/MeshSkin.h

+ 1 - 0
gameplay/src/MeshSkin.h

@@ -11,6 +11,7 @@ namespace gameplay
 {
 {
 
 
 class Package;
 class Package;
+class Model;
 class Joint;
 class Joint;
 
 
 /**
 /**