Created
December 26, 2014 16:55
-
-
Save mrb/8e674f501dd64e0f266c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Carbon.h> | |
#include <math.h> | |
#include <stdio.h> | |
#include "glut.h" | |
#include "imageTextureColor.h" | |
#include <time.h> // For our FPS stats. | |
#include <iostream> | |
#include <iomanip> | |
#include <fstream> | |
#include "portaudio.h" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment