comparison wave.h @ 487:c08a4efeee7f opengl

Update opengl branch from default. Fix build breakage unrelated to merge
author Mike Pavone <pavone@retrodev.com>
date Sat, 26 Oct 2013 22:38:47 -0700
parents 140af5509ce7
children efc75ea79164
comparison
equal deleted inserted replaced
449:7696d824489d 487:c08a4efeee7f
1 /*
2 Copyright 2013 Michael Pavone
3 This file is part of BlastEm.
4 BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text.
5 */
1 #ifndef WAVE_H_ 6 #ifndef WAVE_H_
2 #define WAVE_H_ 7 #define WAVE_H_
3 8
4 #include <stdint.h> 9 #include <stdint.h>
5 #include <stdio.h> 10 #include <stdio.h>