Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Macros | Typedefs | Functions | Variables
tabledesign.c File Reference
#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"
 

Macro Definition Documentation

◆ AFgetchannels

#define AFgetchannels   afGetChannels

◆ AFgetframecnt

#define AFgetframecnt   afGetFrameCount

◆ AFgetrate

#define AFgetrate   afGetRate

◆ AFgetsampfmt

#define AFgetsampfmt   afGetSampleFormat

◆ AFgettrackids

#define AFgettrackids   afGetTrackIDs

◆ AFopenfile

#define AFopenfile   afOpenFile

◆ AFreadframes

#define AFreadframes   afReadFrames

◆ MODE_READ

#define MODE_READ   "rb"

Typedef Documentation

◆ SampleFormat

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ usage

char usage[80] = "[-o order -s bits -t thresh -i refine_iter -f frame_size] aifcfile"