|
|
@ -33,9 +33,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com |
|
|
|
// //
|
|
|
|
// //
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
#include <stdlib.h> |
|
|
|
#include <cstdlib> |
|
|
|
#include <stdio.h> |
|
|
|
#include <cstdio> |
|
|
|
#include <string.h> |
|
|
|
#include <cstring> |
|
|
|
|
|
|
|
|
|
|
|
#include <math.h> |
|
|
|
#include <math.h> |
|
|
|
#include <vorbis/codec.h> |
|
|
|
#include <vorbis/codec.h> |
|
|
|