Subversion Repositories Games.Carmageddon

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef HARNESS_DEBUG_CAMERA_H
  2. #define HARNESS_DEBUG_CAMERA_H
  3.  
  4. #include <cglm/cglm.h>
  5.  
  6. extern int gDebugCamera_active;
  7.  
  8. void DebugCamera_Update();
  9. float* DebugCamera_Projection();
  10. float* DebugCamera_View();
  11. void DebugCamera_SetPosition(float x, float y, float z);
  12.  
  13. #endif