![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
#include <stdio.h>#include <stdlib.h>#include <math.h>#include <getopt.h>#include <audiofile.h>#include "tabledesign.h"Macros | |
| #define | AFopenfile afOpenFile |
| #define | AFgetchannels afGetChannels |
| #define | AFgettrackids afGetTrackIDs |
| #define | AFgetsampfmt afGetSampleFormat |
| #define | AFgetframecnt afGetFrameCount |
| #define | AFgetrate afGetRate |
| #define | AFreadframes afReadFrames |
| #define | MODE_READ "rb" |
Typedefs | |
| typedef int | SampleFormat |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| char | usage [80] = "[-o order -s bits -t thresh -i refine_iter -f frame_size] aifcfile" |
| #define AFgetchannels afGetChannels |
| #define AFgetframecnt afGetFrameCount |
| #define AFgetrate afGetRate |
| #define AFgetsampfmt afGetSampleFormat |
| #define AFgettrackids afGetTrackIDs |
| #define AFopenfile afOpenFile |
| #define AFreadframes afReadFrames |
| #define MODE_READ "rb" |
1.8.13