SoundSim
Functions
extras.h File Reference

Go to the source code of this file.

Functions

void createWall ()
 
void loudspeaker ()
 
void box ()
 
void door ()
 

Function Documentation

void box ( )

Definition at line 52 of file extras.c.

References createItem(), i, j, and k.

void createWall ( )

Erzeugt eine Wand komplett um den Raum

Definition at line 8 of file extras.c.

References createItem(), i, j, k, x_format, y_format, and z_format.

void door ( )

Definition at line 24 of file extras.c.

References createItem(), i, j, k, x_format, y_format, and z_format.

Referenced by main().

void loudspeaker ( )