doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
snd_emitter.cpp File Reference
#include "../idlib/precompiled.h"
#include "snd_local.h"

Go to the source code of this file.

Functions

void PermuteList_r (int *list, int listLength, int permute, int maxPermute)
 
int Factorial (int val)
 
void GeneratePermutedList (int *list, int listLength, int permute)
 
void TestPermutations (void)
 

Function Documentation

int Factorial ( int  val)

Definition at line 101 of file snd_emitter.cpp.

void GeneratePermutedList ( int list,
int  listLength,
int  permute 
)

Definition at line 110 of file snd_emitter.cpp.

void PermuteList_r ( int list,
int  listLength,
int  permute,
int  maxPermute 
)

Definition at line 87 of file snd_emitter.cpp.

void TestPermutations ( void  )

Definition at line 127 of file snd_emitter.cpp.