dungeon_crawler

diff prototype/src/audio/sample.cc @ 69:45172d087ebe

fixed some windows compatibility crap fixed a terrible stack overrun in psys (TODO: remember to fix in libpsys too)
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 07 Oct 2012 03:42:44 +0200
parents aa9e28670ae2
children
line diff
     1.1 --- a/prototype/src/audio/sample.cc	Sun Oct 07 02:05:11 2012 +0300
     1.2 +++ b/prototype/src/audio/sample.cc	Sun Oct 07 03:42:44 2012 +0200
     1.3 @@ -1,5 +1,6 @@
     1.4  #include <stdio.h>
     1.5  #include <stdlib.h>
     1.6 +#include <stdint.h>
     1.7  #include <assert.h>
     1.8  #include <vorbis/vorbisfile.h>
     1.9  #include "openal.h"