//***********************************************************************//
// //
// - "Talk to me like I'm a 3 year old!" Programming Lessons - //
// //
// $Author: DigiBen DigiBen@GameTutorials.com //
// //
// $Program: BSP Loader //
// //
// $Description: Loads faces and textures from a Quake3 BSP file //
// //
//***********************************************************************//
#include "main.h"
#include "Camera.h"
// We increased the speed a bit from the Camera Strafing Tutorial
// This is how fast our camera moves
#define kSpeed 200.0f