bbblitz3d.h 131 B

1234567891011
  1. #ifndef BBBLITZ3D_H
  2. #define BBBLITZ3D_H
  3. #include "bbsys.h"
  4. #include "../gxruntime/gxscene.h"
  5. extern gxScene *gx_scene;
  6. #endif